Class FDFAnnotationStamp

java.lang.Object
org.apache.pdfbox.pdmodel.fdf.FDFAnnotation
org.apache.pdfbox.pdmodel.fdf.FDFAnnotationStamp
All Implemented Interfaces:
COSObjectable

public class FDFAnnotationStamp extends FDFAnnotation
This represents a Stamp FDF annotation.
  • Field Details

    • LOG

      private static final org.apache.commons.logging.Log LOG
    • SUBTYPE

      public static final String SUBTYPE
      COS Model value for SubType entry.
      See Also:
  • Constructor Details

    • 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.
  • Method Details