FieldData class
FieldData class
Represents field data such as a name, a page index, a field value and so on. Depending on the field the value can be a text, an image, a table and so on.
The FieldData type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Initializes a new instance of the FieldData class with UPPER CASE name. |
| init | Initializes a new instance of the FieldData class. |
| init | Initializes a new instance of the FieldData class with UPPER CASE name. |
| init | Initializes a new instance of the FieldData class. |
Properties
| Property | Description |
|---|---|
| name | Gets the field name. |
| page_index | Gets the page index. |
| page_area | Gets the value of the field. |
| text | Gets the text. |
| linked_field | Gets the linked field. |
| use_upper_case_name | Gets a boolean value that indicates whether a Name was converted to UPPER CASE. |
Remarks
The instances of FieldData class are used in DocumentData collection.
See Also
- module
groupdocs.parser.data - class
DocumentData - class
FieldData