Uses of Class
com.itextpdf.forms.xfdf.AnnotsObject
Packages that use AnnotsObject
-
Uses of AnnotsObject in com.itextpdf.forms.xfdf
Fields in com.itextpdf.forms.xfdf declared as AnnotsObjectModifier and TypeFieldDescriptionprivate 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 AnnotsObjectModifier and TypeMethodDescriptionAnnotsObject.addAnnot(AnnotObject annot) Adds a newAnnotObjectto the list of children annotations.XfdfObject.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 AnnotsObjectModifier and TypeMethodDescriptionprivate 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(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, Node annotNode, AnnotsObject annotsObject) private voidXfdfObjectFactory.visitAnnotationNode(Node currentNode, AnnotsObject annotsObject)