Class HighLightTextMarkupAnnotationFlattener
java.lang.Object
com.itextpdf.kernel.utils.annotationsflattening.DefaultAnnotationFlattener
com.itextpdf.kernel.utils.annotationsflattening.AbstractTextMarkupAnnotationFlattener
com.itextpdf.kernel.utils.annotationsflattening.HighLightTextMarkupAnnotationFlattener
- All Implemented Interfaces:
IAnnotationFlattener
Implementation of
IAnnotationFlattener for highlight text markup annotations.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PdfCanvascreateCanvas(PdfPage page) Creates a canvas.protected booleandraw(PdfAnnotation annotation, PdfPage page) Draws annotation.Methods inherited from class AbstractTextMarkupAnnotationFlattener
flatten, getColor, getQuadPointsAsFloatArray
-
Constructor Details
-
HighLightTextMarkupAnnotationFlattener
public HighLightTextMarkupAnnotationFlattener()Creates a newHighLightTextMarkupAnnotationFlattenerinstance.
-
-
Method Details
-
createCanvas
Creates a canvas. It will draw below the other items on the canvas.- Overrides:
createCanvasin classDefaultAnnotationFlattener- Parameters:
page- the page to draw the annotation on- Returns:
- the
PdfCanvasthe annotation will be drawn upon.
-
draw
Draws annotation. This method is called if the normal appearance stream of the annotation is not present. The default implementation returns false.- Overrides:
drawin classDefaultAnnotationFlattener- Parameters:
annotation- annotation to drawpage- page to draw annotation on- Returns:
- true if annotation was drawn, false otherwise
-