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 PdfCanvasPdfCanvas. 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 TagReferenceTagReference. addProperty(PdfName name, PdfObject value)Adds property, which will be associated with marked-content sequence.TagReferenceTagTreePointer. getTagReference()Creates a reference to the current tag, which could be used to associate a content on the PdfCanvas with current tag.TagReferenceTagTreePointer. getTagReference(int index)Creates a reference to the current tag, which could be used to associate a content on the PdfCanvas with current tag.TagReferenceTagReference. removeProperty(PdfName name)Removes property.
-