Uses of Interface
com.itextpdf.kernel.pdf.tagutils.ITagTreeIteratorHandler
Packages that use ITagTreeIteratorHandler
Package
Description
-
Uses of ITagTreeIteratorHandler in com.itextpdf.kernel.pdf.tagging
Classes in com.itextpdf.kernel.pdf.tagging that implement ITagTreeIteratorHandlerModifier and TypeClassDescriptionprivate static class
Search for mcr elements in the TagTree. -
Uses of ITagTreeIteratorHandler in com.itextpdf.kernel.pdf.tagutils
Classes in com.itextpdf.kernel.pdf.tagutils that implement ITagTreeIteratorHandlerModifier and TypeClassDescriptionclass
Handler forTagTreeIterator
.class
Class that flushes struct elements while iterating over struct tree root withTagTreeIterator
.private static class
Fields in com.itextpdf.kernel.pdf.tagutils with type parameters of type ITagTreeIteratorHandlerModifier and TypeFieldDescriptionprivate final Set
<ITagTreeIteratorHandler> TagTreeIterator.handlerList
Methods in com.itextpdf.kernel.pdf.tagutils that return ITagTreeIteratorHandlerModifier and TypeMethodDescriptionTagTreeIteratorFlusher.setWaitingTags
(Set<PdfDictionary> waitingTags) Sets waiting tags forTagTreeIteratorFlusher
.Methods in com.itextpdf.kernel.pdf.tagutils with parameters of type ITagTreeIteratorHandlerModifier and TypeMethodDescriptionTagTreeIterator.addHandler
(ITagTreeIteratorHandler handler) Adds a handler that will be called for the elements during the traversal. -
Uses of ITagTreeIteratorHandler in com.itextpdf.pdfua.checkers.utils
Classes in com.itextpdf.pdfua.checkers.utils that implement ITagTreeIteratorHandlerModifier and TypeClassDescriptionstatic class
Helper class that checks the conformance of annotations while iterating the tag tree structure.class
Class that holds the validation context while iterating the tag tree structure.static class
Handler for checking form field elements in the tag tree.static class
Handler for checking Formula elements in the TagTree.static class
Helper class that checks the conformance of graphics tags while iterating the tag tree structure.static class
Handler for checking Note elements in the TagTree. -
Uses of ITagTreeIteratorHandler in com.itextpdf.pdfua.checkers.utils.headings
Classes in com.itextpdf.pdfua.checkers.utils.headings that implement ITagTreeIteratorHandlerModifier and TypeClassDescriptionstatic class
Handler class that checks heading tags while traversing the tag tree. -
Uses of ITagTreeIteratorHandler in com.itextpdf.pdfua.checkers.utils.tables
Classes in com.itextpdf.pdfua.checkers.utils.tables that implement ITagTreeIteratorHandlerModifier and TypeClassDescriptionstatic class
Handler class that checks table tags.