Uses of Class
com.itextpdf.kernel.pdf.tagutils.TagReference
-
Packages that use TagReference Package Description com.itextpdf.kernel.pdf.canvas com.itextpdf.kernel.pdf.tagutils -
-
Uses of TagReference in com.itextpdf.kernel.pdf.canvas
Methods in com.itextpdf.kernel.pdf.canvas with parameters of type TagReference Modifier and Type Method Description PdfCanvas
PdfCanvas. openTag(TagReference tagReference)
Open a tag, beginning a Marked Content sequence. -
Uses of TagReference in com.itextpdf.kernel.pdf.tagutils
Methods in com.itextpdf.kernel.pdf.tagutils that return TagReference Modifier and Type Method 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.
-