Modifier and Type | Method and Description |
---|---|
DocumentDataField |
DocumentData.get_Item(int index)
Gets a data field.
|
DocumentDataField |
DocumentDataField.getRelatedDataField()
Gets a related data field.
|
Modifier and Type | Method and Description |
---|---|
List<DocumentDataField> |
DocumentData.getDataFieldsByName(String fieldName)
Gets a collection of the data fields which name is
fieldName . |
Modifier and Type | Method and Description |
---|---|
void |
DocumentData.addDataField(DocumentDataField dataField)
Adds a data field.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentData.addDataFields(List<DocumentDataField> dataFields)
Adds a collection of data fields.
|
Constructor and Description |
---|
DocumentDataField(String fieldName,
int pageIndex,
String value,
Rectangle rectangle,
DocumentDataField relatedDataField)
Initializes a new instance of the
DocumentDataField class. |
Copyright © 2019. All rights reserved.