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 TagStructureContext
PdfDocument. tagStructureContext
Methods in com.itextpdf.kernel.pdf that return TagStructureContext Modifier and Type Method Description TagStructureContext
PdfDocument. 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 TagStructureContext
RootTagNormalizer. context
private TagStructureContext
TagTreePointer. tagStructureContext
Methods in com.itextpdf.kernel.pdf.tagutils that return TagStructureContext Modifier and Type Method Description TagStructureContext
TagStructureContext. flushPageTags(PdfPage page)
Flushes the tags which are considered to belong to the given page.TagStructureContext
TagTreePointer. getContext()
TagStructureContext
TagStructureContext. removePageTags(PdfPage page)
Removes all tags that belong only to this page.TagStructureContext
TagStructureContext. setDocumentDefaultNamespace(PdfNamespace namespace)
Sets a namespace that will be used as a default value for the tagging for any newTagTreePointer
created.TagStructureContext
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 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 TagStructureContext
Pdf20Checker.ParentChildRelationshipHandler. tagStructureContext
private TagStructureContext
Pdf20Checker.StructureTreeRootHandler. tagStructureContext
private TagStructureContext
Pdf20Checker. tagStructureContext
Constructors in com.itextpdf.kernel.validation with parameters of type TagStructureContext Constructor Description ParentChildRelationshipHandler(TagStructureContext context)
StructureTreeRootHandler(TagStructureContext tagStructureContext)
Creates newPdf20Checker.StructureTreeRootHandler
instance. -
Uses of TagStructureContext in com.itextpdf.layout.tagging
Fields in com.itextpdf.layout.tagging declared as TagStructureContext Modifier and Type Field Description private TagStructureContext
LayoutTaggingHelper. context
-
Uses of TagStructureContext in com.itextpdf.pdfua.checkers
Fields in com.itextpdf.pdfua.checkers declared as TagStructureContext Modifier and Type Field Description private TagStructureContext
PdfUA1Checker. tagStructureContext
-