Class FDFAnnotationStamp

  • All Implemented Interfaces:
    COSObjectable

    public class FDFAnnotationStamp
    extends FDFAnnotation
    This represents a Stamp FDF annotation.
    • Constructor Detail

      • FDFAnnotationStamp

        public FDFAnnotationStamp()
        Default constructor.
      • FDFAnnotationStamp

        public FDFAnnotationStamp​(COSDictionary a)
        Constructor.
        Parameters:
        a - An existing FDF Annotation.
      • FDFAnnotationStamp

        public FDFAnnotationStamp​(Element element)
                           throws IOException
        Constructor.
        Parameters:
        element - An XFDF element.
        Throws:
        IOException - If there is an error extracting information from the element.