Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.28 KB

File metadata and controls

18 lines (14 loc) · 1.28 KB

TextRect

Represents text occurrence.

Properties

Name Type Description Notes
text str Text of the occurrence. [optional]
page int Page on which the occurrence is found. [optional]
rect Rectangle Rectangle of the occurrence. [optional]
horizontal_alignment HorizontalAlignment Gets or sets a horizontal alignment of text fragment. [optional]
vertical_alignment VerticalAlignment Gets or sets a vertical alignment of text fragment. [optional]
position Position Gets or sets text position for text, represented with TextRect object. [optional]
baseline_position Position Gets text position for text, represented with TextRect object. The YIndent of the Position structure represents baseline coordinate of the text fragment. [optional]
text_state TextState Gets or sets text state for the text that TextRect object represents. [optional]

[Back to Model list] [Back to API list] [Back to README]