Class FDFAnnotationHighlight

All Implemented Interfaces:
COSObjectable

public class FDFAnnotationHighlight extends FDFAnnotationTextMarkup
This represents a Highlight FDF annotation.
Author:
Ben Litchfield
  • Field Details

  • Constructor Details

    • FDFAnnotationHighlight

      public FDFAnnotationHighlight()
      Default constructor.
    • FDFAnnotationHighlight

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

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