Uses of Class
com.itextpdf.kernel.pdf.tagging.PdfStructElem
Package
Description
-
Uses of PdfStructElem in com.itextpdf.kernel.pdf.tagging
Modifier and TypeMethodDescriptionPdfStructElem.addKid
(int index, PdfStructElem kid) PdfStructElem.addKid
(PdfStructElem kid) PdfStructTreeRoot.addKid
(int index, PdfStructElem structElem) PdfStructTreeRoot.addKid
(PdfStructElem structElem) PdfStructIdTree.getStructElemById
(byte[] id) Retrieve a structure element by ID, if it has one.PdfStructIdTree.getStructElemById
(PdfString id) Retrieve a structure element by ID, if it has one.Modifier and TypeMethodDescriptionPdfStructElem.getRefsList()
APdfName.Ref
identifies the structure element or elements to which the item of content, contained within this structure element, refers (e.g.Modifier and TypeMethodDescriptionPdfStructElem.addKid
(int index, PdfStructElem kid) PdfStructElem.addKid
(PdfStructElem kid) PdfStructTreeRoot.addKid
(int index, PdfStructElem structElem) PdfStructTreeRoot.addKid
(PdfStructElem structElem) void
PdfStructElem.addRef
(PdfStructElem ref) APdfName.Ref
identifies the structure element to which the item of content, contained within this structure element, refers (e.g.ModifierConstructorDescriptionprotected
PdfMcr
(PdfObject pdfObject, PdfStructElem parent) PdfMcrDictionary
(PdfDictionary pdfObject, PdfStructElem parent) PdfMcrDictionary
(PdfPage page, PdfStructElem parent) PdfMcrNumber
(PdfNumber pdfObject, PdfStructElem parent) PdfMcrNumber
(PdfPage page, PdfStructElem parent) PdfObjRef
(PdfAnnotation annot, PdfStructElem parent, int nextStructParentIndex) PdfObjRef
(PdfDictionary pdfObject, PdfStructElem parent) -
Uses of PdfStructElem in com.itextpdf.kernel.pdf.tagutils
Modifier and TypeMethodDescriptionTagStructureContext.getPointerStructElem
(TagTreePointer pointer) GetsPdfStructElem
at whichTagTreePointer
points.Modifier and TypeMethodDescriptionTagStructureContext.createPointerForStructElem
(PdfStructElem structElem) Creates a newTagTreePointer
which points at givenPdfStructElem
.ModifierConstructorDescriptionprotected
TagReference
(PdfStructElem referencedTag, TagTreePointer tagPointer, int insertIndex) Creates aTagReference
instance which represents a reference toPdfStructElem
. -
Uses of PdfStructElem in com.itextpdf.kernel.utils
Modifier and TypeMethodDescriptionprotected void
TaggedPdfReaderTool.inspectAttributes
(PdfStructElem kid)