| Package | Description |
|---|---|
| com.groupdocs.parser.data |
The package provides classes which represent parsing results.
|
| com.groupdocs.parser.export |
The package provides classes that allow users to export data to different formats.
|
| 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. |
Iterator<FieldData> |
DocumentData.iterator()
Returns an iterator over the elements in this list in proper sequence.
|
| Constructor and Description |
|---|
FieldData(String name,
PageArea pageArea,
FieldData linkedField)
Initializes a new instance of the
FieldData class with UPPER CASE name. |
FieldData(String name,
PageArea pageArea,
FieldData linkedField,
boolean useUpperCaseName)
Initializes a new instance of the
FieldData class. |
| Constructor and Description |
|---|
DocumentData(Iterable<FieldData> fields)
Initializes a new instance of the
FieldData class. |
DocumentData(Template template,
Iterable<FieldData> fields)
Initializes a new instance of the
DocumentData class with the source template. |
DocumentPageData(Iterable<FieldData> fields,
int pageIndex)
Initializes a new instance of the
DocumentPageData class. |
DocumentPageData(Template template,
Iterable<FieldData> fields,
int pageIndex)
Initializes a new instance of the
DocumentPageData class with the source template. |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
JsonExporter.FieldDataSerializer.serialize(FieldData fieldData,
Type typeOfSrc,
com.google.gson.JsonSerializationContext context) |
Copyright © 2026. All rights reserved.