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. |
typedef enum {
TEF_TXT,
TEF_CSVFullLayout,
TEF_CSVTablesOnly
} TXTExportFormatEnum;
| Name | Description |
|---|---|
| TEF\_CSVFullLayout | CSV format with full layout retained. |
| TEF\_CSVTablesOnly | CSV format with text from table blocks only. |
| TEF\_TXT | TXT format. |
Was this page helpful?