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

# Vordefinierte Konstanten

> Vordefinierte Konstanten in der FlexiLayout-Sprache: Werte für BarcodeTypes, DateFormats, ImageObjectType, Direction, TextTypes und andere integrierte Typen.

Die FlexiLayout-Sprache stellt die folgenden vordefinierten Konstanten bereit.

<div id="constant-types-and-values">
  ## Konstantentypen und -werte
</div>

Jede Zeile listet einen integrierten Typ und die von ihm definierten Konstantenwerte auf.

| Typ                         | Wert                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| --------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Alignment`                 | `Alignment_None`, `Alignment_Left`, `Alignment_Right`, `Alignment_Justified`, `Alignment_Center`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| `BarcodeOrientations`       | `BarcodeOrientation_Autodetect`, `BarcodeOrientation_LefttoRight`, `BarcodeOrientation_Downtotop`, `BarcodeOrientation_RighttoLeft`, `BarcodeOrientation_toptoDown`                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| `BarcodeTypes`              | `BarcodeType_Autodetect`, `BarcodeType_Codabar`, `BarcodeType_Code39`, `BarcodeType_Code93`, `BarcodeType_CheckCode39`, `BarcodeType_Code39WithoutAsterisk`, `BarcodeType_Interleaved25`, `BarcodeType_CheckInterleaved25`, `BarcodeType_EAN13`, `BarcodeType_Code128`, `BarcodeType_EAN8`, `BarcodeType_PDF417`, `BarcodeType_IATA25`, `BarcodeType_UCC128`, `BarcodeType_UPCA`, `BarcodeType_UPCE`, `BarcodeType_CheckCodabar`, `BarcodeType_Industrial25`, `BarcodeType_Matrix25`, `BarcodeType_Postnet`, `BarcodeType_Patch`, `BarcodeType_Aztec`, `BarcodeType_DataMatrix`, `BarcodeType_QRCode` |
| `CurrencyPositionTypes`     | `CurrencyPos_Left`, `CurrencyPos_Right`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| `DateFormats`               | `DayMonthYear`, `DayYearMonth`, `MonthDayYear`, `MonthYearDay`, `YearDayMonth`, `YearMonthDay`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| `DayFormatVariants`         | `NoLeadingZeroDay`, `WithLeadingZeroDay`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| `Direction`                 | `Vertical`, `Horizontal`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| `ImageObjectType`           | Eine Summe elementarer Objekttypwerte. Siehe [Elementare Werte von ImageObjectType](#imageobjecttypedefinition).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| `Logic`                     | `true`, `false`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| `MonthFormatVariants`       | `DigitsNoLeadingZeroMonth`, `DigitsWithLeadingZeroMonth`, `WordMonth`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| `PageEdge`                  | `PageTop`, `PageBottom`, `PageLeft`, `PageRight`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| `Quality`                   | `BestQuality`, `WorstQuality`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| `RecognitionMode`           | `BalancedMode`, `FastMode`, `FullModelMode`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| `SearchAreaPageRestriction` | `WholePage` (wird nur in der Funktion `RestrictSearchArea` verwendet)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| `SearchAreaPageSetType`     | `AnyPage`, `OddPages`, `EvenPages`, `LastPage` (wird nur in der Funktion `RestrictSearchArea` verwendet)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| `String`                    | `RegionalDecimalPoint` – das vom Betriebssystem verwendete Zeichen zur Trennung des Ganzzahl- und Nachkommateils einer Dezimalzahl.                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| `TableColumnType`           | `ColumnType_Text`, `ColumnType_Currency`, `ColumnType_Date`, `ColumnType_RegExp`, `ColumnType_Number`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| `TextAlignmentInTableCell`  | `TextAlignment_CellTop`, `TextAlignment_CellBottom`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| `TextTypes`                 | `TextType_Normal`, `TextType_TypeWriter`, `TextType_Matrix`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| `YearFormatVariants`        | `TwoDigitYear`, `FourDigitYear`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| `TextRotations`             | `HorizontalText`, `ClockwiseText`, `CounterClockwiseText`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |

<h2 id="imageobjecttypedefinition">
  Elementare Werte von ImageObjectType
</h2>

Ein Wert vom Typ `ImageObjectType` ist die Summe einer beliebigen Anzahl der folgenden elementaren Werte. Jeder elementare Wert entspricht Objekten eines bestimmten Typs.

| Wert                  | Objekttyp              |
| --------------------- | ---------------------- |
| `AnyText`             | Text                   |
| `PunctuationMark`     | Satzzeichen            |
| `PictureObject`       | Bild                   |
| `InvertedTextObject`  | Invertierter Text      |
| `CheckmarkObject`     | Häkchen                |
| `SeparatorObject`     | Trennlinie             |
| `VertSeparatorObject` | Vertikale Trennlinie   |
| `HorSeparatorObject`  | Horizontale Trennlinie |
| `BarcodeObject`       | Barcode                |
