Package | Description |
---|---|
com.groupdocs.parser.data |
The package provides classes which represent parsing results.
|
Modifier and Type | Method and Description |
---|---|
FieldData |
DocumentData.get(int index)
Gets the field data by an index.
|
FieldData |
FieldData.getLinkedField()
Gets the linked field.
|
Modifier and Type | Method and Description |
---|---|
List<FieldData> |
DocumentData.getFieldsByName(String fieldName)
Returns the collection of field data where the name is equal to
fieldName . |
Constructor and Description |
---|
FieldData(String name,
PageArea pageArea,
FieldData linkedField)
Initializes a new instance of the
FieldData class. |
Constructor and Description |
---|
DocumentData(Iterable<FieldData> fields)
Initializes a new instance of the
FieldData class. |