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 IdsObjectXfdfObject. idsRepresents ids element, a child of the xfdf element.Methods in com.itextpdf.forms.xfdf that return IdsObject Modifier and Type Method Description IdsObjectXfdfObject. getIds()Gets the ids element, child of the xfdf element.IdsObjectIdsObject. setModified(java.lang.String modified)Sets the string value of the unique identifier for the modified version of the pdf and corresponding xfdf document.IdsObjectIdsObject. 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 voidXfdfWriter. addIdsAttributes(IdsObject idsObject, org.w3c.dom.Element ids)voidXfdfObject. setIds(IdsObject ids)Sets ids element, child of the xfdf element.
-