| Changed Methods |
AnnotsObject
getAnnots()
|
Documentation changed from old to new. |
Gets the annots element, a child of the xfdf element and is the container for annot elements. |
List
getAttributes()
|
Documentation changed from old to new. |
Gets the list of attributes of xfdf object. |
FObject
getF()
|
Documentation changed from old to new. |
Gets the f element, child of the xfdf element. |
FieldsObject
getFields()
|
Documentation changed from old to new. |
Gets the fields element, a child of the xfdf element and is the container for form field elements. |
IdsObject
getIds()
|
Documentation changed from old to new. |
Gets the ids element, child of the xfdf element. |
void
mergeToPdf(
PdfDocument,
String
)
|
Documentation changed from old to new. |
Merges info from XfdfObject to pdf document. |
void
setAnnots(
AnnotsObject)
|
Documentation changed from old to new. |
Sets the annots element, a child of the xfdf element and is the container for annot elements. |
void
setAttributes(
List)
|
Documentation changed from old to new. |
Sets the list of attributes of xfdf object. |
void
setF(
FObject)
|
Documentation changed from old to new. |
Sets the f element, child of the xfdf element. |
void
setFields(
FieldsObject)
|
Documentation changed from old to new. |
Sets the fields element, a child of the xfdf element and is the container for form field elements. |
void
setIds(
IdsObject)
|
Documentation changed from old to new. |
Sets the ids element, child of the xfdf element. |
void
writeToFile(
String)
|
Documentation changed from old to new. |
Writes info from XfdfObject to .xfdf file. |
void
writeToFile(
OutputStream)
|
Documentation changed from old to new. |
Writes info from XfdfObject to .xfdf file. |