TXTExportFormatEnum
TXTExportFormatEnum enumeration constants are used to denote the format of export to TXT and CSV files.
typedef enum {
TEF_TXT,
TEF_CSVFullLayout,
TEF_CSVTablesOnly
} TXTExportFormatEnum;
Elements
Name | Description |
---|---|
TEF_CSVFullLayout | CSV format with full layout retained. |
TEF_CSVTablesOnly | CSV format with text from table blocks only. |
TEF_TXT | TXT format. |
Remarks
The constants for export to CSV format (TEF_CSVFullLayout and TEF_CSVTablesOnly) are incompatible with the TXTLRM_LogicalStructure constant (see TextLayoutRetentionModeEnum).
Used in
7/3/2024 8:50:25 AM