Uses of Class
com.itextpdf.forms.xfdf.IdsObject
-
Packages that use IdsObject Package Description com.itextpdf.forms.xfdf -
-
Uses of IdsObject in com.itextpdf.forms.xfdf
Fields in com.itextpdf.forms.xfdf declared as IdsObject Modifier and Type Field Description private IdsObject
XfdfObject. ids
Represents ids element, a child of the xfdf element.Methods in com.itextpdf.forms.xfdf that return IdsObject Modifier and Type Method Description IdsObject
XfdfObject. getIds()
Gets the ids element, child of the xfdf element.IdsObject
IdsObject. setModified(java.lang.String modified)
Sets the string value of the unique identifier for the modified version of the pdf and corresponding xfdf document.IdsObject
IdsObject. setOriginal(java.lang.String original)
Sets the string value of the permanent identifier which is based on the contents of the file at the time it was originally created.Methods in com.itextpdf.forms.xfdf with parameters of type IdsObject Modifier and Type Method Description private static void
XfdfWriter. addIdsAttributes(IdsObject idsObject, org.w3c.dom.Element ids)
void
XfdfObject. setIds(IdsObject ids)
Sets ids element, child of the xfdf element.
-