Uses of Class
com.itextpdf.forms.xfdf.AttributeObject
-
Uses of AttributeObject in com.itextpdf.forms.xfdf
Modifier and TypeMethodDescriptionAnnotObject.getAttribute
(String name) Finds the attribute by name in attributes list.Modifier and TypeMethodDescriptionAnnotObject.getAttributes()
Gets a list of all attributes of the annotation.XfdfObject.getAttributes()
Gets the list of attributes of xfdf object.Modifier and TypeMethodDescriptionvoid
AnnotObject.addAttribute
(AttributeObject attr) Adds newAttributeObject
to the list of annotation attributes.Modifier and TypeMethodDescriptionvoid
XfdfObject.setAttributes
(List<AttributeObject> attributes) Sets the list of attributes of xfdf object.