Class FDFAnnotationPolyline

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

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

  • Constructor Details

    • FDFAnnotationPolyline

      public FDFAnnotationPolyline()
      Default constructor.
    • FDFAnnotationPolyline

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

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