Class FDFAnnotationUnderline

All Implemented Interfaces:
COSObjectable

public class FDFAnnotationUnderline extends FDFAnnotationTextMarkup
This represents a Underline FDF annotation.
  • 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.