PageTextArea constructor
Leave feedback
On this page
Constructs a new instance of PageTextArea
def __init__(self, areas, page):
...
| Parameter | Type | Description |
|---|---|---|
| areas | list | |
| page | groupdocs.parser.data.Page |
Initializes a new instance of the PageTextArea class.
def __init__(self, text, page, rectangle):
...
| Parameter | Type | Description |
|---|---|---|
| text | System.String | The value of the text. |
| page | groupdocs.parser.data.Page | The page that contains the text area. |
| rectangle | groupdocs.parser.data.Rectangle | The rectangular area that contains the text area. |
init {#System.String-System.Nullable`1[[System.Double]]-groupdocs.parser.data.TextStyle-groupdocs.parser.data.Page-groupdocs.parser.data.Rectangle}
Constructs a new instance of PageTextArea
def __init__(self, text, base_line, text_style, page, rectangle):
...
| Parameter | Type | Description |
|---|---|---|
| text | System.String | |
| base_line | System.Nullable`1[[System.Double]] | |
| text_style | groupdocs.parser.data.TextStyle | |
| page | groupdocs.parser.data.Page | |
| rectangle | groupdocs.parser.data.Rectangle |
- module
groupdocs.parser.data - 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.