Class StrikeOutTextMarkupAnnotationFlattener
java.lang.Object
com.itextpdf.kernel.utils.annotationsflattening.DefaultAnnotationFlattener
com.itextpdf.kernel.utils.annotationsflattening.AbstractTextMarkupAnnotationFlattener
com.itextpdf.kernel.utils.annotationsflattening.StrikeOutTextMarkupAnnotationFlattener
- All Implemented Interfaces:
-
IAnnotationFlattener
Implementation of
IAnnotationFlattener
for strikeout annotations.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
draw
(PdfAnnotation annotation, PdfPage page) Draws annotation.Methods inherited from class com.itextpdf.kernel.utils.annotationsflattening.AbstractTextMarkupAnnotationFlattener
flatten, getColor, getQuadPointsAsFloatArray
Methods inherited from class com.itextpdf.kernel.utils.annotationsflattening.DefaultAnnotationFlattener
createCanvas
-
Constructor Details
-
StrikeOutTextMarkupAnnotationFlattener
public StrikeOutTextMarkupAnnotationFlattener()Creates a newStrikeOutTextMarkupAnnotationFlattener
instance.
-
-
Method Details
-
draw
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 classDefaultAnnotationFlattener
- Parameters:
-
annotation
- annotation to draw -
page
- page to draw annotation on - Returns:
- true if annotation was drawn, false otherwise
-