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 AnnotsObject
XfdfObject.annots
Represent 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 newAnnotObject
to 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 void
XfdfObjectFactory.addAnnotation
(PdfAnnotation pdfAnnot, AnnotsObject annots, int pageNumber) private static void
XfdfObjectFactory.addPopup
(PdfAnnotation pdfAnnot, AnnotsObject annots, int pageNumber) private void
XfdfReader.mergeAnnotations
(AnnotsObject annotsObject, PdfDocument pdfDocument) Merges existing XfdfObject into pdf document associated with it.private void
XfdfObjectFactory.readAnnotsList
(Node node, AnnotsObject annotsObject) void
XfdfObject.setAnnots
(AnnotsObject annots) Sets the annots element, a child of the xfdf element and is the container for annot elements.private void
XfdfObjectFactory.visitAnnotationInnerNodes
(AnnotObject annotObject, Node annotNode, AnnotsObject annotsObject) private void
XfdfObjectFactory.visitAnnotationNode
(Node currentNode, AnnotsObject annotsObject)