MODE_SELECTOR

typedef enum
{
      SELNONE, 
      SELAUTO, 
      SELPREDEFINED
 } MODE_SELECTOR;

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

Value

Meaning

SELNONE

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.

SELAUTO

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.

SELPREDEFINED

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 objects:

ILTCharacterOptions

ILTDocumentOptions

ILTParagraphOptions