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. attributesRepresents a list of attributes of the annotation.private java.util.List<AttributeObject>XfdfObject. attributesA list of attributes of xfdf object.Methods in com.itextpdf.forms.xfdf that return AttributeObject Modifier and Type Method Description AttributeObjectAnnotObject. 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 voidAnnotObject. addAttribute(AttributeObject attr)Adds newAttributeObjectto the list of annotation attributes.Method parameters in com.itextpdf.forms.xfdf with type arguments of type AttributeObject Modifier and Type Method Description voidXfdfObject. setAttributes(java.util.List<AttributeObject> attributes)Sets the list of attributes of xfdf object.
-