| Package | Description |
|---|---|
| com.itextpdf.kernel.pdf.canvas | |
| 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)
Adds 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 |
|---|---|
List<CanvasTag> |
TextRenderInfo.getCanvasTagHierarchy()
Gets hierarchy of the canvas tags that wraps given text.
|
| Constructor and Description |
|---|
TextRenderInfo(PdfString str, CanvasGraphicsState gs, Matrix textMatrix, Stack<CanvasTag> canvasTagHierarchy)
Creates a new TextRenderInfo object
|
Copyright © 1998–2017 iText Group NV. All rights reserved.