Uses of Class
com.itextpdf.kernel.pdf.tagutils.TagStructureContext
-
Packages that use TagStructureContext Package Description com.itextpdf.kernel.pdf com.itextpdf.kernel.pdf.tagutils com.itextpdf.kernel.validation com.itextpdf.layout.tagging com.itextpdf.pdfua.checkers -
-
Uses of TagStructureContext in com.itextpdf.kernel.pdf
Fields in com.itextpdf.kernel.pdf declared as TagStructureContext Modifier and Type Field Description protected TagStructureContextPdfDocument. tagStructureContextMethods in com.itextpdf.kernel.pdf that return TagStructureContext Modifier and Type Method Description TagStructureContextPdfDocument. getTagStructureContext()Gets documentTagStructureContext. -
Uses of TagStructureContext in com.itextpdf.kernel.pdf.tagutils
Fields in com.itextpdf.kernel.pdf.tagutils declared as TagStructureContext Modifier and Type Field Description private TagStructureContextRootTagNormalizer. contextprivate TagStructureContextTagTreePointer. tagStructureContextMethods in com.itextpdf.kernel.pdf.tagutils that return TagStructureContext Modifier and Type Method Description TagStructureContextTagStructureContext. flushPageTags(PdfPage page)Flushes the tags which are considered to belong to the given page.TagStructureContextTagTreePointer. getContext()TagStructureContextTagStructureContext. removePageTags(PdfPage page)Removes all tags that belong only to this page.TagStructureContextTagStructureContext. setDocumentDefaultNamespace(PdfNamespace namespace)Sets a namespace that will be used as a default value for the tagging for any newTagTreePointercreated.TagStructureContextTagStructureContext. 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 TagStructureContext Constructor Description RootTagNormalizer(TagStructureContext context, PdfStructElem rootTagElement, PdfDocument document) -
Uses of TagStructureContext in com.itextpdf.kernel.validation
Fields in com.itextpdf.kernel.validation declared as TagStructureContext Modifier and Type Field Description private TagStructureContextPdf20Checker.ParentChildRelationshipHandler. tagStructureContextprivate TagStructureContextPdf20Checker.StructureTreeRootHandler. tagStructureContextprivate TagStructureContextPdf20Checker. tagStructureContextConstructors in com.itextpdf.kernel.validation with parameters of type TagStructureContext Constructor Description ParentChildRelationshipHandler(TagStructureContext context)StructureTreeRootHandler(TagStructureContext tagStructureContext)Creates newPdf20Checker.StructureTreeRootHandlerinstance. -
Uses of TagStructureContext in com.itextpdf.layout.tagging
Fields in com.itextpdf.layout.tagging declared as TagStructureContext Modifier and Type Field Description private TagStructureContextLayoutTaggingHelper. context -
Uses of TagStructureContext in com.itextpdf.pdfua.checkers
Fields in com.itextpdf.pdfua.checkers declared as TagStructureContext Modifier and Type Field Description private TagStructureContextPdfUA1Checker. tagStructureContext
-