Uses of Class
com.itextpdf.forms.xfdf.AttributeObject
-
Packages that use AttributeObject Package Description com.itextpdf.forms.xfdf -
-
Uses of AttributeObject in com.itextpdf.forms.xfdf
Fields in com.itextpdf.forms.xfdf with type parameters of type AttributeObject Modifier and Type Field Description private java.util.List<AttributeObject>
AnnotObject. attributes
Represents a list of attributes of the annotation.private java.util.List<AttributeObject>
XfdfObject. attributes
A list of attributes of xfdf object.Methods in com.itextpdf.forms.xfdf that return AttributeObject Modifier and Type Method Description AttributeObject
AnnotObject. getAttribute(java.lang.String name)
Finds the attribute by name in attributes list.Methods in com.itextpdf.forms.xfdf that return types with arguments of type AttributeObject Modifier and Type Method Description java.util.List<AttributeObject>
AnnotObject. getAttributes()
Gets a list of all attributes of the annotation.java.util.List<AttributeObject>
XfdfObject. getAttributes()
Gets the list of attributes of xfdf object.private java.util.List<AttributeObject>
XfdfObjectFactory. readXfdfRootAttributes(org.w3c.dom.Element root)
Methods in com.itextpdf.forms.xfdf with parameters of type AttributeObject Modifier and Type Method Description void
AnnotObject. addAttribute(AttributeObject attr)
Adds newAttributeObject
to the list of annotation attributes.Method parameters in com.itextpdf.forms.xfdf with type arguments of type AttributeObject Modifier and Type Method Description void
XfdfObject. setAttributes(java.util.List<AttributeObject> attributes)
Sets the list of attributes of xfdf object.
-