> ## 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.

# TExportFieldType

> TExportFieldType lists the document field types in FlexiCapture export scripts, from text, date, and number fields to tables, sections, and link fields.

Enumeration of int type. Defines the type of the document fields.

## Possible values

| Name                    | Value | Description                                                                                                                   |
| ----------------------- | ----- | ----------------------------------------------------------------------------------------------------------------------------- |
| `EFT_TextField`         | `0`   | A text field.                                                                                                                 |
| `EFT_DateTimeField`     | `1`   | A date field.                                                                                                                 |
| `EFT_NumberField`       | `2`   | A number field.                                                                                                               |
| `EFT_PictureField`      | `3`   | A picture field.                                                                                                              |
| `EFT_CurrencyField`     | `4`   | A currency field.                                                                                                             |
| `EFT_Checkmark`         | `5`   | A checkmark.                                                                                                                  |
| `EFT_CheckmarkGroup`    | `6`   | A checkmark group.                                                                                                            |
| `EFT_Group`             | `7`   | An ordinary group.                                                                                                            |
| `EFT_Table`             | `8`   | A table. Reach its rows through the `Items` or `Rows` methods of the [IField](/flexi-capture/appendix/scripts/ifield) object. |
| `EFT_Section`           | `9`   | A document section.                                                                                                           |
| `EFT_Document`          | `10`  | A document. Fields of this type occur only in rules written at document level, and most of their parameters are unavailable.  |
| `EFT_TableRow`          | `11`  | A table row. Table cells are the child fields of the row, reachable through the `Children` method.                            |
| `EFT_TimeField`         | `12`  | A time field.                                                                                                                 |
| `EFT_LinkField`         | `13`  | A link to an index field in a child document that is part of a document set.                                                  |
| `EFT_DocumentLinkField` | `14`  | A link to the Document Definition of a child document that is part of a document set.                                         |
