get_fields_by_name method
Leave feedback
On this page
Returns the collection of field data where the name is equal to field_name.
A collection of FieldData objects; empty collection if no field data is found.
def get_fields_by_name(self, field_name):
...
| Parameter | Type | Description |
|---|---|---|
| field_name | System.String | The name of the field. |
Find fields by a field name:
FieldData class represents field data. Depending on the field FieldData.page_area property
can contain any of the inheritors of PageArea class. For example, Parser.parse_form method
extracts only text fields.
- module
groupdocs.parser.data - class
DocumentPageData - class
FieldData - class
PageArea
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.