SELECTOR

typedef enum
{
   SEL_NONE,
   SEL_AUTO,
   SEL_PREDEFINED
} SELECTOR;

The SELECTOR enumerated type indicates whether a value is exported or not and whether an exported value is calculated or predefined.

Value

Meaning

SEL_NONE

When this value is set for a formatting property, this property WON'T BE exported to the final output document, i.e. even if the final output document supports the particular property, it won't be sent to the document.

SEL_AUTO

When this value is set for a formatting property, this property will be calculated automatically by the Engine and will be exported to the final output document. This usually mirrors the properties of the original document.

SEL_PREDEFINED

When this value is set for a formatting property, this property will take a programmed value and be exported to the final output document.

Comments

This enumerated type is used by the following structures:

CHARACTEROPTIONS

DOCUMENTOPTIONS

PARAGRAPHOPTIONS