> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 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](/fine-reader/engine/api-reference/enumerations/textlayoutretentionmodeenum)).

## Used in

[ITextExportParams::ExportFormat](/fine-reader/engine/api-reference/parameter-objects/export-parameters/textexportparams#exportformat)
