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
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 with parameters of type ITagTreeIteratorHandlerModifier and TypeMethodDescriptionTagTreeIterator.addHandler
(ITagTreeIteratorHandler handler) Adds a handler that will be called for specific events during the traversal.Method parameters in com.itextpdf.kernel.pdf.tagutils with type arguments of type ITagTreeIteratorHandlerModifier and TypeMethodDescriptionprivate static void
TagTreeIterator.traverse
(IStructureNode elem, Set<ITagTreeIteratorHandler> handlerList) -
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.Methods in com.itextpdf.pdfua.checkers.utils that return ITagTreeIteratorHandlerModifier and TypeMethodDescriptionstatic ITagTreeIteratorHandler
GraphicsCheckUtil.createFigureTagHandler()
Deprecated.This method is an artifact and will be removed. -
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.