Class AnnotsObject

java.lang.Object
com.itextpdf.forms.xfdf.AnnotsObject

public class AnnotsObject extends Object
Represent annots tag in xfdf document structure. Content model: ( text | caret | freetext | fileattachment | highlight | ink | line | link | circle | square | polygon | polyline | sound | squiggly | stamp | strikeout | underline )*. Attributes: none. For more details see paragraph 6.4.1 in Xfdf specification.
  • Constructor Details

    • AnnotsObject

      public AnnotsObject()
      Creates an instance with the empty list of children annotations.
  • Method Details