Uses of Class
com.itextpdf.kernel.pdf.tagutils.TagStructureContext
-
Uses of TagStructureContext in com.itextpdf.kernel.pdf
Modifier and TypeMethodDescriptionPdfDocument.getTagStructureContext()
Gets documentTagStructureContext
. -
Uses of TagStructureContext in com.itextpdf.kernel.pdf.tagutils
Modifier 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.