DocumentData class
Leave feedback
On this page
Represents data of the document. It consists of FieldData objects
which contain field data from document.
The DocumentData type exposes the following members:
| Constructor | Description |
|---|---|
| init | Constructs a new instance of DocumentData |
| init | Constructs a new instance of DocumentData |
Gets the field data by an index.
| Name | Description |
|---|---|
| [index] | The zero-based index of the field. |
| Method | Description |
|---|---|
| get_fields_by_name | Returns the collection of field data where the name is equal to field_name. |
An instance of DocumentData class is used as return value
of Parser.parse_by_template and Parser.parse_form methods.
See the usage examples there.
- module
groupdocs.parser.data - class
DocumentData - 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.