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