Class FDFAnnotationInk

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

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

  • Constructor Details

    • FDFAnnotationInk

      public FDFAnnotationInk()
      Default constructor.
    • FDFAnnotationInk

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

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