Package | Description |
---|---|
com.itextpdf.kernel.pdf.canvas | |
com.itextpdf.kernel.pdf.canvas.parser | |
com.itextpdf.kernel.pdf.canvas.parser.data |
Modifier and Type | Class and Description |
---|---|
class |
CanvasArtifact
A subclass of
CanvasTag for Artifacts. |
Modifier and Type | Method and Description |
---|---|
CanvasTag |
CanvasTag.addProperty(PdfName name,
PdfObject value)
Adds a single property to the
tag 's properties. |
CanvasTag |
CanvasTag.removeProperty(PdfName name)
Removes a single property from the
tag 's properties. |
CanvasTag |
CanvasTag.setProperties(PdfDictionary properties)
Sets a dictionary of properties to the
tag 's properties. |
Modifier and Type | Method and Description |
---|---|
PdfCanvas |
PdfCanvas.openTag(CanvasTag tag)
Manually open a canvas tag, beginning a Marked Content sequence.
|
Modifier and Type | Method and Description |
---|---|
void |
IXObjectDoHandler.handleXObject(PdfCanvasProcessor processor,
Stack<CanvasTag> canvasTagHierarchy,
PdfStream stream,
PdfName xObjectName) |
Modifier and Type | Method and Description |
---|---|
List<CanvasTag> |
TextRenderInfo.getCanvasTagHierarchy()
Gets hierarchy of the canvas tags that wraps given text.
|
List<CanvasTag> |
ImageRenderInfo.getCanvasTagHierarchy()
Gets hierarchy of the canvas tags that wraps given text.
|
List<CanvasTag> |
PathRenderInfo.getCanvasTagHierarchy()
Gets hierarchy of the canvas tags that wraps given text.
|
Constructor and Description |
---|
ImageRenderInfo(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 is
PathRenderInfo.NO_OP then the rule is ignored,
otherwise PdfCanvasConstants.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 new
PathRenderInfo instance. |
TextRenderInfo(PdfString str,
CanvasGraphicsState gs,
Matrix textMatrix,
Stack<CanvasTag> canvasTagHierarchy)
Creates a new TextRenderInfo object
|
Copyright © 1998–2023 Apryse Group NV. All rights reserved.