ReadingTypeEnum

ReadingTypeEnum enumeration constants are used to describe the reading type of a text. A text on page can be written in horizontal lines, or vertical lines.

typedef enum {
 TRT_Unknown,
 TRT_LinesBased,
 TRT_ColumnsBased
} ReadingTypeEnum;
    

Elements

Name Description
TRT_ColumnsBased The text is written in vertical lines.
TRT_LinesBased The text is written in horizontal lines.
TRT_Unknown The reading type is undefined. For a newly created text block, this constant means that text direction should be detected automatically.

Used in

ITextOrientation::ReadingType

24.03.2023 8:51:52

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.