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

## What it does

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

## Admissible values:

* 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. You can access table rows through the **Items** or the **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 can occur only in rules written for the level of a document. Most parameters of such fields are unavailable.

* EFT\_TableRow = 11 - A table row. Table cells are the child fields of the row. They are available through the method **Children**.

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