Uses of Class
com.itextpdf.forms.xfdf.IdsObject
Packages that use IdsObject
-
Uses of IdsObject in com.itextpdf.forms.xfdf
Fields in com.itextpdf.forms.xfdf declared as IdsObjectModifier and TypeFieldDescriptionprivate IdsObject
XfdfObject.ids
Represents ids element, a child of the xfdf element.Methods in com.itextpdf.forms.xfdf that return IdsObjectModifier and TypeMethodDescriptionXfdfObject.getIds()
Gets the ids element, child of the xfdf element.IdsObject.setModified
(String modified) Sets the string value of the unique identifier for the modified version of the pdf and corresponding xfdf document.IdsObject.setOriginal
(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 IdsObjectModifier and TypeMethodDescriptionprivate static void
XfdfWriter.addIdsAttributes
(IdsObject idsObject, Element ids) void
Sets ids element, child of the xfdf element.