Uses of Class
com.itextpdf.kernel.pdf.tagutils.TagStructureContext
Packages that use TagStructureContext
Package
Description
-
Uses of TagStructureContext in com.itextpdf.kernel.pdf
Fields in com.itextpdf.kernel.pdf declared as TagStructureContextMethods in com.itextpdf.kernel.pdf that return TagStructureContextModifier and TypeMethodDescriptionPdfDocument.getTagStructureContext()
Gets documentTagStructureContext
. -
Uses of TagStructureContext in com.itextpdf.kernel.pdf.tagutils
Fields in com.itextpdf.kernel.pdf.tagutils declared as TagStructureContextModifier and TypeFieldDescriptionprivate TagStructureContext
RootTagNormalizer.context
private TagStructureContext
TagTreePointer.tagStructureContext
Methods in com.itextpdf.kernel.pdf.tagutils that return TagStructureContextModifier and TypeMethodDescriptionTagStructureContext.flushPageTags
(PdfPage page) Flushes the tags which are considered to belong to the given page.TagTreePointer.getContext()
TagStructureContext.removePageTags
(PdfPage page) Removes all tags that belong only to this page.TagStructureContext.setDocumentDefaultNamespace
(PdfNamespace namespace) Sets a namespace that will be used as a default value for the tagging for any newTagTreePointer
created.TagStructureContext.setForbidUnknownRoles
(boolean forbidUnknownRoles) If forbidUnknownRoles is set to true, then if you would try to add new tag which has not a standard role and it's role is not mapped through RoleMap, an exception will be raised.Constructors in com.itextpdf.kernel.pdf.tagutils with parameters of type TagStructureContextModifierConstructorDescription(package private)
RootTagNormalizer
(TagStructureContext context, PdfStructElem rootTagElement, PdfDocument document) -
Uses of TagStructureContext in com.itextpdf.layout.tagging
Fields in com.itextpdf.layout.tagging declared as TagStructureContext -
Uses of TagStructureContext in com.itextpdf.pdfua.checkers
Fields in com.itextpdf.pdfua.checkers declared as TagStructureContextModifier and TypeFieldDescriptionprivate final TagStructureContext
PdfUA1Checker.tagStructureContext