FORMAT_OUTPUTTYPE
typedef enum
{
OUT_TYPE_PLAIN,
OUT_TYPE_WORD_PROCESSOR,
OUT_TYPE_TRUE_WORD_PROCESSOR,
OUT_TYPE_TABLE,
OUT_TYPE_UNKNOWN,
} FORMAT_OUTPUTTYPE;
The FORMAT_OUTPUTTYPE enumerated type represents the possible text output types.
Value |
Meaning |
OUT_TYPE_PLAIN |
Plain text: only characters, without any formatting information, embedded images or framed text. Corresponds to FORMAT_LEVEL_DROP |
OUT_TYPE_WORD_PROCESSOR |
Word processor output: formatted text. May handle embedded images, but not columns or text frames. Corresponds to FORMAT_LEVEL_DROP or FORMAT_LEVEL_PART |
OUT_TYPE_TRUE_WORD_PROCESSOR |
Sophisticated word processor output: Supports formatted text with embedded images, and text or other elements in frames. Corresponds to any of the three format levels. |
OUT_TYPE_TABLE |
Spreadsheet output. |
OUT_TYPE_UNKNOWN |
Unknown output. The selected output converter is unknown for the Engine. |
Comments
This enumerated type is used by the following structure: