メインコンテンツへスキップ

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 の列挙定数は、テキストの読み取りタイプを表すために使用されます。ページ上のテキストは、横書きまたは縦書きで記述できます。
typedef enum {
 TRT_Unknown,
 TRT_LinesBased,
 TRT_ColumnsBased
} ReadingTypeEnum;

要素

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

使用箇所

ITextOrientation::ReadingType