Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.28 KB

File metadata and controls

20 lines (15 loc) · 1.28 KB

TextRect

Represents text occurrence.

Properties

Name Type Description Notes
text String Text of the occurrence. [optional]
page Integer Page on which the occurrence is found. [optional]
rect Rectangle Rectangle of the occurrence. [optional]
horizontalAlignment HorizontalAlignment Gets or sets a horizontal alignment of text fragment. [optional]
verticalAlignment 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]
baselinePosition Position Gets text position for text, represented with TextRect object. The YIndent of the Position structure represents baseline coordinate of the text fragment. [optional]
textState 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]