Skip to main content
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

NameDescription
TEF\_CSVFullLayoutCSV format with full layout retained.
TEF\_CSVTablesOnlyCSV format with text from table blocks only.
TEF\_TXTTXT 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

ITextExportParams::ExportFormat