Uses of Class
com.itextpdf.kernel.pdf.tagging.PdfStructElem
Packages that use PdfStructElem
Package
Description
-
Uses of PdfStructElem in com.itextpdf.kernel.pdf.tagging
Fields in com.itextpdf.kernel.pdf.tagging declared as PdfStructElemMethods in com.itextpdf.kernel.pdf.tagging that return PdfStructElemModifier 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.Methods in com.itextpdf.kernel.pdf.tagging that return types with arguments of type PdfStructElemModifier and TypeMethodDescriptionPdfStructElem.getRefsList()APdfName.Refidentifies the structure element or elements to which the item of content, contained within this structure element, refers (e.g. footnotes, endnotes, sidebars, etc.).Methods in com.itextpdf.kernel.pdf.tagging with parameters of type PdfStructElemModifier and TypeMethodDescriptionPdfStructElem.addKid(int index, PdfStructElem kid) PdfStructElem.addKid(PdfStructElem kid) PdfStructTreeRoot.addKid(int index, PdfStructElem structElem) PdfStructTreeRoot.addKid(PdfStructElem structElem) voidPdfStructElem.addRef(PdfStructElem ref) APdfName.Refidentifies the structure element to which the item of content, contained within this structure element, refers (e.g. footnotes, endnotes, sidebars, etc.).Constructors in com.itextpdf.kernel.pdf.tagging with parameters of type PdfStructElemModifierConstructorDescriptionprotectedPdfMcr(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
Fields in com.itextpdf.kernel.pdf.tagutils declared as PdfStructElemMethods in com.itextpdf.kernel.pdf.tagutils that return PdfStructElemModifier and TypeMethodDescriptionTagStructureContext.getPointerStructElem(TagTreePointer pointer) GetsPdfStructElemat whichTagTreePointerpoints.Methods in com.itextpdf.kernel.pdf.tagutils with parameters of type PdfStructElemModifier and TypeMethodDescriptionTagStructureContext.createPointerForStructElem(PdfStructElem structElem) Creates a newTagTreePointerwhich points at givenPdfStructElem.Constructors in com.itextpdf.kernel.pdf.tagutils with parameters of type PdfStructElemModifierConstructorDescriptionprotectedTagReference(PdfStructElem referencedTag, TagTreePointer tagPointer, int insertIndex) Creates aTagReferenceinstance which represents a reference toPdfStructElem. -
Uses of PdfStructElem in com.itextpdf.kernel.utils
Methods in com.itextpdf.kernel.utils with parameters of type PdfStructElemModifier and TypeMethodDescriptionprotected voidTaggedPdfReaderTool.inspectAttributes(PdfStructElem kid) Inspects attributes dictionary of the StructTreeRoot child. -
Uses of PdfStructElem in com.itextpdf.pdfua.checkers.utils
Methods in com.itextpdf.pdfua.checkers.utils that return PdfStructElemModifier and TypeMethodDescriptionPdfUAValidationContext.getElementIfRoleMatches(PdfName role, IStructureNode structureNode) Checks if aIStructureNoderesolved role's is equal to the provided role. -
Uses of PdfStructElem in com.itextpdf.pdfua.checkers.utils.tables
Classes in com.itextpdf.pdfua.checkers.utils.tables that implement interfaces with type arguments of type PdfStructElemModifier and TypeClassDescriptionclassCreates an iterator to iterate over the table structures.Methods in com.itextpdf.pdfua.checkers.utils.tables that return PdfStructElemConstructors in com.itextpdf.pdfua.checkers.utils.tables with parameters of type PdfStructElemModifierConstructorDescriptionTableStructElementIterator(PdfStructElem tableStructElem, PdfUAValidationContext context) Creates a newTableStructElementIteratorinstance. -
Uses of PdfStructElem in com.itextpdf.pdfua.checkers.utils.ua1
Methods in com.itextpdf.pdfua.checkers.utils.ua1 with parameters of type PdfStructElemModifier and TypeMethodDescriptionstatic voidPdfUA1FormChecker.checkFormStructElement(PdfStructElem form) Checks "Form" structure element.