Uses of Class
com.itextpdf.forms.xfdf.AnnotsObject
-
Packages that use AnnotsObject Package Description com.itextpdf.forms.xfdf -
-
Uses of AnnotsObject in com.itextpdf.forms.xfdf
Fields in com.itextpdf.forms.xfdf declared as AnnotsObject Modifier and Type Field Description private AnnotsObjectXfdfObject. annotsRepresent annots element, a child of the xfdf element and is the container for annot elements.Methods in com.itextpdf.forms.xfdf that return AnnotsObject Modifier and Type Method Description AnnotsObjectAnnotsObject. addAnnot(AnnotObject annot)Adds a newAnnotObjectto the list of children annotations.AnnotsObjectXfdfObject. getAnnots()Gets the annots element, a child of the xfdf element and is the container for annot elements.Methods in com.itextpdf.forms.xfdf with parameters of type AnnotsObject Modifier and Type Method Description private static voidXfdfObjectFactory. addAnnotation(PdfAnnotation pdfAnnot, AnnotsObject annots, int pageNumber)private static voidXfdfObjectFactory. addPopup(PdfAnnotation pdfAnnot, AnnotsObject annots, int pageNumber)private voidXfdfReader. mergeAnnotations(AnnotsObject annotsObject, PdfDocument pdfDocument)Merges existing XfdfObject into pdf document associated with it.private voidXfdfObjectFactory. readAnnotsList(org.w3c.dom.Node node, AnnotsObject annotsObject)voidXfdfObject. setAnnots(AnnotsObject annots)Sets the annots element, a child of the xfdf element and is the container for annot elements.private voidXfdfObjectFactory. visitAnnotationInnerNodes(AnnotObject annotObject, org.w3c.dom.Node annotNode, AnnotsObject annotsObject)private voidXfdfObjectFactory. visitAnnotationNode(org.w3c.dom.Node currentNode, AnnotsObject annotsObject)
-