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

# 事前定義定数

> FlexiLayout languageにおける事前定義定数。BarcodeTypes、DateFormats、ImageObjectType、Direction、TextTypesなどの組み込み型の値。

FlexiLayout languageには、次の事前定義定数が用意されています。

<div id="constant-types-and-values">
  ## 定数の型と値
</div>

各行には、組み込みの型と、その型が定義する定数値を示します。

| Type                        | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| --------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `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`           | 基本オブジェクト型の値の合計。[ImageObjectType の基本値](#imageobjecttypedefinition) を参照してください。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| `Logic`                     | `true`, `false`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| `MonthFormatVariants`       | `DigitsNoLeadingZeroMonth`, `DigitsWithLeadingZeroMonth`, `WordMonth`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| `PageEdge`                  | `PageTop`, `PageBottom`, `PageLeft`, `PageRight`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| `Quality`                   | `BestQuality`, `WorstQuality`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| `RecognitionMode`           | `BalancedMode`, `FastMode`, `FullModelMode`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| `SearchAreaPageRestriction` | `WholePage` (`RestrictSearchArea` 関数でのみ使用)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| `SearchAreaPageSetType`     | `AnyPage`, `OddPages`, `EvenPages`, `LastPage` (`RestrictSearchArea` 関数でのみ使用)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| `String`                    | `RegionalDecimalPoint` – 小数点数値の整数部と小数部を区切るために、オペレーティングシステムで使用される文字。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| `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">
  ImageObjectType の基本値
</h2>

`ImageObjectType` 型の値は、以下の基本値を任意の個数分合計した値です。各基本値は、特定の型のオブジェクトに対応します。

| Value                 | 型             |
| --------------------- | ------------- |
| `AnyText`             | Text          |
| `PunctuationMark`     | 句読記号          |
| `PictureObject`       | Picture       |
| `InvertedTextObject`  | Inverted text |
| `CheckmarkObject`     | Checkmark     |
| `SeparatorObject`     | Separator     |
| `VertSeparatorObject` | 垂直 Separator  |
| `HorSeparatorObject`  | 水平 Separator  |
| `BarcodeObject`       | Barcode       |
