FORMAT_LEVEL

typedef enum
{
   FORMATLEVEL_FULL = 0, 
   FORMATLEVEL_PART, 
   FORMATLEVEL_DROP, 
} FORMATLEVEL;

The FORMAT_LEVEL enumerated type represents how much formatting is exported.

Value

Meaning

FORMATLEVEL_FULL

All formatting is retained, including text zoning (Default).

 

It keeps the original layout of the pages, including columns. This is done with text, graphical and table zones and frames. This is offered only for target applications capable of handling these. FORMATLEVEL_FULL formatting is the only choice for all PDF export, except for the file type "Adobe PDF edited".

FORMATLEVEL_PART

A partial set of output formatting elements is retained.

 

All recognized paragraph and character formatting features along with graphics and tables are exported.

FORMATLEVEL_DROP

Only some character formatting properties (font size and name) is exported, if applicable. When exporting to text file types, graphics and tables are not supported.

Comments

This enumerated type is used by the following object:

ILTResultOptions