Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.43 KB

File metadata and controls

17 lines (14 loc) · 1.43 KB

TextRect

Represents text occurrence.

Properties

Name Type Description Notes
text string Text of the occurrence. [optional]
page int Page on which the occurrence is found. [optional]
rect \Aspose\PDF\Model\Rectangle Rectangle of the occurrence. [optional]
horizontal_alignment \Aspose\PDF\Model\HorizontalAlignment Gets or sets a horizontal alignment of text fragment. [optional]
vertical_alignment \Aspose\PDF\Model\VerticalAlignment Gets or sets a vertical alignment of text fragment. [optional]
position \Aspose\PDF\Model\Position Gets or sets text position for text, represented with TextRect object. [optional]
baseline_position \Aspose\PDF\Model\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 \Aspose\PDF\Model\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] [View Source]