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

# ReadingTypeEnum

> ABBYY FineReader Engine API の ReadingTypeEnum — Text の読み取りタイプ: 横書きまたは縦書き。

ReadingTypeEnum の列挙定数は、テキストの読み取りタイプを表すために使用されます。ページ上のテキストは、横書きまたは縦書きで記述できます。

```
typedef enum {
 TRT_Unknown,
 TRT_LinesBased,
 TRT_ColumnsBased
} ReadingTypeEnum;
```

<div id="elements">
  ## 要素
</div>

| 名前                | 説明                                                              |
| ----------------- | --------------------------------------------------------------- |
| TRT\_ColumnsBased | テキストは縦書きです。                                                     |
| TRT\_LinesBased   | テキストは横書きです。                                                     |
| TRT\_Unknown      | 読み取りタイプは未定義です。新しく作成されたテキストブロックでは、この定数はテキストの方向を自動的に検出することを意味します。 |

<div id="used-in">
  ## 使用箇所
</div>

[ITextOrientation::ReadingType](/ja/fine-reader/engine/api-reference/text-related-objects/textorientation#readingtype)
