ALL_OPTIONS_EX
This structure defines the document options. Document options control display elements such as window size, zoom settings, margin size, scaling, and revision tracking information. Options are defined for each file type category (for example, spreadsheets, multimedia, and word processing). See Change Document Options.
Syntax
#include <kwoption.h> typedef struct ALL_OPTIONS_EX_TAG { int size; MMD_OPTIONS MMOptions; WPD_OPTIONS WPOptions; SSD_OPTIONS SSOptions; ASCII_OPTIONS ASCIIOptions; IMAGE_OPTIONS IMGOptions; GX_OPTIONS GFXOptions; FX_OPTIONS FAXOptions; GL_OPTIONS GeneralOptions; ARCHIVE_OPTIONS ArchiveOptions; BOOL SaveOptions; char szSectionName[ 16 ]; char szSectionTitle[ 16 ]; HTML_OPTIONS HTMLOptions; PG_OPTIONS PGOptions; } ALL_OPTIONS_EX;
See the kwoption.h
file for a description of this structure.
Members
|
The size of the structure. |
|
A pointer to the document options for multimedia files. |
|
A pointer to the document options for word processing files. |
|
A pointer to the document options for spreadsheet files. |
|
A pointer to the document options for ASCII files. |
|
A pointer to the document options for graphic files. |
|
A pointer to the document options for GFX files |
|
A pointer to the document options for FAX files. |
|
A pointer to general options. |
|
A pointer to options that affect archive files. |
|
Currently not used. |
|
Currently not used. |
|
Currently not used. |
|
A pointer to options that affect HTML files. |
|
A pointer to options affecting presentation files. |