Package | Description |
---|---|
com.itextpdf.kernel.pdf.canvas | |
com.itextpdf.kernel.pdf.tagutils |
Modifier and Type | Method and Description |
---|---|
PdfCanvas |
PdfCanvas.openTag(TagReference tagReference)
Open a tag, beginning a Marked Content sequence.
|
Modifier and Type | Method and Description |
---|---|
TagReference |
TagReference.addProperty(PdfName name,
PdfObject value)
Adds property, which will be associated with marked-content sequence.
|
TagReference |
TagTreePointer.getTagReference()
Creates a reference to the current tag, which could be used to associate a content on the PdfCanvas with current tag.
|
TagReference |
TagTreePointer.getTagReference(int index)
Creates a reference to the current tag, which could be used to associate a content on the PdfCanvas with current tag.
|
TagReference |
TagReference.removeProperty(PdfName name)
Removes property.
|
Copyright © 1998–2023 Apryse Group NV. All rights reserved.