Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.45 KB

TextRect.md

File metadata and controls

18 lines (14 loc) · 1.45 KB

TextRect

Represents text occurrence.

Properties

Name Type Description Notes
Text string Text of the occurrence. [optional] [default to null]
Page int32 Page on which the occurrence is found. [optional] [default to null]
Rect *Rectangle Rectangle of the occurrence. [optional] [default to null]
HorizontalAlignment *HorizontalAlignment Gets or sets a horizontal alignment of text fragment. [optional] [default to null]
VerticalAlignment *VerticalAlignment Gets or sets a vertical alignment of text fragment. [optional] [default to null]
Position *Position Gets or sets text position for text, represented with TextRect object. [optional] [default to null]
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] [default to null]
TextState *TextState Gets or sets text state for the text that TextRect object represents. [optional] [default to null]

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