Uses of Class
com.itextpdf.kernel.pdf.canvas.CanvasTag
Packages that use CanvasTag
Package
Description
-
Uses of CanvasTag in com.itextpdf.kernel.pdf.canvas
Subclasses of CanvasTag in com.itextpdf.kernel.pdf.canvasMethods in com.itextpdf.kernel.pdf.canvas that return CanvasTagModifier 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.Methods in com.itextpdf.kernel.pdf.canvas with parameters of type CanvasTag -
Uses of CanvasTag in com.itextpdf.kernel.pdf.canvas.parser
Fields in com.itextpdf.kernel.pdf.canvas.parser with type parameters of type CanvasTagModifier and TypeFieldDescriptionPdfCanvasProcessor.markedContentStack
A stack containing marked content info.Method parameters in com.itextpdf.kernel.pdf.canvas.parser with type arguments of type CanvasTagModifier and TypeMethodDescriptionprivate void
PdfCanvasProcessor.displayImage
(Stack<CanvasTag> canvasTagHierarchy, PdfStream imageStream, PdfName resourceName, boolean isInline) void
IXObjectDoHandler.handleXObject
(PdfCanvasProcessor processor, Stack<CanvasTag> canvasTagHierarchy, PdfStream stream, PdfName xObjectName) void
PdfCanvasProcessor.FormXObjectDoHandler.handleXObject
(PdfCanvasProcessor processor, Stack<CanvasTag> canvasTagHierarchy, PdfStream xObjectStream, PdfName xObjectName) void
PdfCanvasProcessor.IgnoreXObjectDoHandler.handleXObject
(PdfCanvasProcessor processor, Stack<CanvasTag> canvasTagHierarchy, PdfStream xObjectStream, PdfName xObjectName) void
PdfCanvasProcessor.ImageXObjectDoHandler.handleXObject
(PdfCanvasProcessor processor, Stack<CanvasTag> canvasTagHierarchy, PdfStream xObjectStream, PdfName resourceName) -
Uses of CanvasTag in com.itextpdf.kernel.pdf.canvas.parser.data
Fields in com.itextpdf.kernel.pdf.canvas.parser.data with type parameters of type CanvasTagModifier and TypeFieldDescriptionImageRenderInfo.canvasTagHierarchy
Hierarchy of nested canvas tags for the text from the most inner (nearest to text) tag to the most outer.PathRenderInfo.canvasTagHierarchy
Hierarchy of nested canvas tags for the text from the most inner (nearest to text) tag to the most outer.TextRenderInfo.canvasTagHierarchy
Hierarchy of nested canvas tags for the text from the most inner (nearest to text) tag to the most outer.Methods in com.itextpdf.kernel.pdf.canvas.parser.data that return types with arguments of type CanvasTagModifier 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.Constructor parameters in com.itextpdf.kernel.pdf.canvas.parser.data with type arguments of type CanvasTagModifierConstructorDescriptionImageRenderInfo
(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 -
Uses of CanvasTag in com.itextpdf.kernel.pdf.canvas.parser.listener
Methods in com.itextpdf.kernel.pdf.canvas.parser.listener that return CanvasTagModifier and TypeMethodDescriptionprivate CanvasTag
LocationTextExtractionStrategy.findLastTagWithActualText
(List<CanvasTag> canvasTagHierarchy) Method parameters in com.itextpdf.kernel.pdf.canvas.parser.listener with type arguments of type CanvasTagModifier and TypeMethodDescriptionprivate CanvasTag
LocationTextExtractionStrategy.findLastTagWithActualText
(List<CanvasTag> canvasTagHierarchy)