Class FDFAnnotationUnderline

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

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

  • Constructor Details

    • FDFAnnotationUnderline

      public FDFAnnotationUnderline()
      Default constructor.
    • FDFAnnotationUnderline

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

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