Class StrikeOutTextMarkupAnnotationFlattener

All Implemented Interfaces:
IAnnotationFlattener

public class StrikeOutTextMarkupAnnotationFlattener extends AbstractTextMarkupAnnotationFlattener
Implementation of IAnnotationFlattener for strikeout annotations.
  • Constructor Details

  • Method Details

    • draw

      protected boolean draw (PdfAnnotation annotation, PdfPage page)
      Draws annotation. This method is called if the normal appearance stream of the annotation is not present. The default implementation returns false.
      Overrides:
      draw in class DefaultAnnotationFlattener
      Parameters:
      annotation - annotation to draw
      page - page to draw annotation on
      Returns:
      true if annotation was drawn, false otherwise