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.markedContentStackA stack containing marked content info.Method parameters in com.itextpdf.kernel.pdf.canvas.parser with type arguments of type CanvasTagModifier and TypeMethodDescriptionprivate voidPdfCanvasProcessor.displayImage(Stack<CanvasTag> canvasTagHierarchy, PdfStream imageStream, PdfName resourceName, boolean isInline) voidIXObjectDoHandler.handleXObject(PdfCanvasProcessor processor, Stack<CanvasTag> canvasTagHierarchy, PdfStream stream, PdfName xObjectName) voidPdfCanvasProcessor.FormXObjectDoHandler.handleXObject(PdfCanvasProcessor processor, Stack<CanvasTag> canvasTagHierarchy, PdfStream xObjectStream, PdfName xObjectName) voidPdfCanvasProcessor.IgnoreXObjectDoHandler.handleXObject(PdfCanvasProcessor processor, Stack<CanvasTag> canvasTagHierarchy, PdfStream xObjectStream, PdfName xObjectName) voidPdfCanvasProcessor.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.canvasTagHierarchyHierarchy of nested canvas tags for the text from the most inner (nearest to text) tag to the most outer.PathRenderInfo.canvasTagHierarchyHierarchy of nested canvas tags for the text from the most inner (nearest to text) tag to the most outer.TextRenderInfo.canvasTagHierarchyHierarchy 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_OPthen the rule is ignored, otherwisePdfCanvasConstants.FillingRule.NONZERO_WINDINGis used by default.PathRenderInfo(Stack<CanvasTag> canvasTagHierarchy, CanvasGraphicsState gs, Path path, int operation, int rule, boolean isClip, int clipRule) Creates the newPathRenderInfoinstance.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 CanvasTagLocationTextExtractionStrategy.findLastTagWithActualText(List<CanvasTag> canvasTagHierarchy) Method parameters in com.itextpdf.kernel.pdf.canvas.parser.listener with type arguments of type CanvasTagModifier and TypeMethodDescriptionprivate CanvasTagLocationTextExtractionStrategy.findLastTagWithActualText(List<CanvasTag> canvasTagHierarchy)