Class FDFAnnotationStrikeOut

All Implemented Interfaces:
COSObjectable

public class FDFAnnotationStrikeOut extends FDFAnnotationTextMarkup
This represents a StrikeOut FDF annotation.
  • Field Details

  • Constructor Details

    • FDFAnnotationStrikeOut

      public FDFAnnotationStrikeOut()
      Default constructor.
    • FDFAnnotationStrikeOut

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

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