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 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 AnnotsObject Modifier and Type Method Description AnnotsObject
AnnotsObject. addAnnot(AnnotObject annot)
Adds a newAnnotObject
to the list of children annotations.AnnotsObject
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 AnnotsObject Modifier and Type Method Description private 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(org.w3c.dom.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, org.w3c.dom.Node annotNode, AnnotsObject annotsObject)
private void
XfdfObjectFactory. visitAnnotationNode(org.w3c.dom.Node currentNode, AnnotsObject annotsObject)
-