PageTextArea class
Leave feedback
On this page
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:
| 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 |
| 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. |
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.
- module
groupdocs.parser.data - class
PageArea - class
PageTextArea
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.