TABLE_METHOD

typedef enum 
{
      TM_USETABS, 
      TM_USECELLS, 
} TABLE_METHOD;

The FORMAT_LEVEL enumerated type represents how to export table zones.

Value

Meaning

TM_USETABS

Export the recognized table zones by exporting TAB positions and TAB characters into the final output document (Default for FORMATLEVEL_DROP and FORMATLEVEL_PART).

TM_USECELLS

Export the recognized table zones as table objects with a row-and-column cell structure into the final output document (Default for FORMATLEVEL_FULL).

Comments

This enumerated type is used by the following object:

ILTDocumentOptions