FieldData constructor
Leave feedback
On this page
Initializes a new instance of the FieldData class with UPPER CASE name.
def __init__(self, name, page_area):
...
| Parameter | Type | Description |
|---|---|---|
| name | System.String | The name of the field. |
| page_area | groupdocs.parser.data.PageArea | The value of the field. |
Initializes a new instance of the FieldData class with UPPER CASE name.
def __init__(self, name, page_area, linked_data_field):
...
| Parameter | Type | Description |
|---|---|---|
| name | System.String | The name of the field. |
| page_area | groupdocs.parser.data.PageArea | The value of the field. |
| linked_data_field | groupdocs.parser.data.FieldData | The field which is linked to the field. |
Initializes a new instance of the FieldData class.
def __init__(self, name, page_area, use_upper_case_name):
...
| Parameter | Type | Description |
|---|---|---|
| name | System.String | The name of the field. |
| page_area | groupdocs.parser.data.PageArea | The value of the field. |
| use_upper_case_name | bool | The value that indicates whether a name is converted to UPPER CASE. |
Initializes a new instance of the FieldData class.
def __init__(self, name, page_area, linked_data_field, use_upper_case_name):
...
| Parameter | Type | Description |
|---|---|---|
| name | System.String | The name of the field. |
| page_area | groupdocs.parser.data.PageArea | The value of the field. |
| linked_data_field | groupdocs.parser.data.FieldData | The field which is linked to the field. |
| use_upper_case_name | bool | The value that indicates whether a name is converted to UPPER CASE. |
- module
groupdocs.parser.data - class
FieldData
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.