TABLEMETHOD
typedef enum
{
TABLE_METHOD_USETABS,
TABLE_METHOD_USECELLS,
} TABLEMETHOD;
The TABLEMETHOD enumerated type represents how to export table zones.
Value |
Meaning |
TABLE_METHOD_USETABS |
Export the recognized table zones by exporting TAB positions and TAB characters into the final output document (Default for FORMAT_LEVEL_DROP and FORMAT_LEVEL_PART). |
TABLE_METHOD_USECELLS |
Export the recognized table zones as table objects with a row-and-column cell structure into the final output document (Default for FORMAT_LEVEL_FULL). |
Comments
This enumerated type is used by the following structure: