PageTextArea class
PageTextArea class
Represents a page text area which is used to represent a text value in the parsing by template or parsing form functionality.
Inheritance: PageTextArea →
PageArea
The PageTextArea type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Initializes a new instance of the PageTextArea class. |
| init | Constructs a new instance of PageTextArea |
| init | Constructs a new instance of PageTextArea |
Properties
| Property | Description |
|---|---|
| rectangle | Gets the rectangular area. |
| page | Gets the document page information such as page index and page size. |
| text | Gets the text. |
| base_line | Gets the base line. |
| text_style | Gets the text style such as font size, font name an so on. |
| areas | Gets the collection of child text page areas. |
Remarks
An instance of PageTextArea class is used as return value
of the following methods:
| | | | | |
Also an instance of PageTextArea class is used as value
of FieldData.page_area property.
See the usage examples there.
The text area can be single or composite. In the first case it contains a text which is bounded by a rectangular area. In the second case it contains other text areas; text and table properties are calculated by child text areas.
See Also
- module
groupdocs.parser.data - class
PageArea - class
PageTextArea