Uses of Class
com.itextpdf.kernel.pdf.canvas.CanvasTag
Package
Description
-
Uses of CanvasTag in com.itextpdf.kernel.pdf.canvas
Modifier and TypeMethodDescriptionCanvasTag.addProperty
(PdfName name, PdfObject value) Adds a single property to thetag
's properties.CanvasTag.removeProperty
(PdfName name) Removes a single property from thetag
's properties.CanvasTag.setProperties
(PdfDictionary properties) Sets a dictionary of properties to thetag
's properties. -
Uses of CanvasTag in com.itextpdf.kernel.pdf.canvas.parser
Modifier and TypeMethodDescriptionvoid
IXObjectDoHandler.handleXObject
(PdfCanvasProcessor processor, Stack<CanvasTag> canvasTagHierarchy, PdfStream stream, PdfName xObjectName) -
Uses of CanvasTag in com.itextpdf.kernel.pdf.canvas.parser.data
Modifier and TypeMethodDescriptionImageRenderInfo.getCanvasTagHierarchy()
Gets hierarchy of the canvas tags that wraps given text.PathRenderInfo.getCanvasTagHierarchy()
Gets hierarchy of the canvas tags that wraps given text.TextRenderInfo.getCanvasTagHierarchy()
Gets hierarchy of the canvas tags that wraps given text.ModifierConstructorDescriptionImageRenderInfo
(Stack<CanvasTag> canvasTagHierarchy, CanvasGraphicsState gs, Matrix ctm, PdfStream imageStream, PdfName resourceName, PdfDictionary colorSpaceDictionary, boolean isInline) Creates an ImageRenderInfo.PathRenderInfo
(Stack<CanvasTag> canvasTagHierarchy, CanvasGraphicsState gs, Path path, int operation) If the operation isPathRenderInfo.NO_OP
then the rule is ignored, otherwisePdfCanvasConstants.FillingRule.NONZERO_WINDING
is used by default.PathRenderInfo
(Stack<CanvasTag> canvasTagHierarchy, CanvasGraphicsState gs, Path path, int operation, int rule, boolean isClip, int clipRule) Creates the newPathRenderInfo
instance.TextRenderInfo
(PdfString str, CanvasGraphicsState gs, Matrix textMatrix, Stack<CanvasTag> canvasTagHierarchy) Creates a new TextRenderInfo object