Uses of Class
com.itextpdf.forms.xfdf.AnnotsObject
-
Uses of AnnotsObject in com.itextpdf.forms.xfdf
Modifier 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.Modifier and TypeMethodDescriptionvoid
XfdfObject.setAnnots
(AnnotsObject annots) Sets the annots element, a child of the xfdf element and is the container for annot elements.