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 TagStructureContextRootTagNormalizer.contextprivate TagStructureContextTagTreePointer.tagStructureContextMethods 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 newTagTreePointercreated.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.kernel.validation
Fields in com.itextpdf.kernel.validation declared as TagStructureContextModifier and TypeFieldDescriptionprivate final TagStructureContextPdf20Checker.ParentChildRelationshipHandler.tagStructureContextprivate final TagStructureContextPdf20Checker.StructureTreeRootHandler.tagStructureContextprivate final TagStructureContextPdf20Checker.tagStructureContextConstructors in com.itextpdf.kernel.validation with parameters of type TagStructureContextModifierConstructorDescriptionStructureTreeRootHandler(TagStructureContext tagStructureContext) Creates newPdf20Checker.StructureTreeRootHandlerinstance. -
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 TagStructureContextPdfUA1Checker.tagStructureContext