Class FDFAnnotationSquare

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

public class FDFAnnotationSquare extends FDFAnnotation
This represents a Square FDF annotation.
Version:
$Revision: 1.1 $
Author:
Ben Litchfield
  • Field Details

  • Constructor Details

    • FDFAnnotationSquare

      public FDFAnnotationSquare()
      Default constructor.
    • FDFAnnotationSquare

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

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