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

# FieldType

> FieldType enumeration constants identifying the type of a field — Barcode, Checkmark, CheckmarkGroup, Enum, Group, Picture, Table, Text — in Splitter Script.

The enumeration constants specify the possible field types.

## Constants

| Constant         | Supported Data Types       | Description                                              |
| :--------------- | :------------------------- | :------------------------------------------------------- |
| `Barcode`        | Text                       | A barcode field.                                         |
| `Checkmark`      | Boolean                    | A checkmark field.                                       |
| `CheckmarkGroup` | Choice                     | A group of several checkmarks.                           |
| `Enum`           | None                       | A field that can only store values from a specified set. |
| `Group`          | None                       | A group of fields. The child fields may be of any type.  |
| `Picture`        | Binary                     | An image.                                                |
| `Table`          | None                       | A table. It will contain many other fields as cells.     |
| `Text`           | Text, Amount, Date, Number | A text field.                                            |
