Uses of Interface
com.itextpdf.kernel.pdf.tagutils.ITagTreeIteratorHandler
-
-
Uses of ITagTreeIteratorHandler in com.itextpdf.kernel.pdf.tagging
Classes in com.itextpdf.kernel.pdf.tagging that implement ITagTreeIteratorHandler Modifier and Type Class Description private static classMcrCheckUtil.McrTagHandlerSearch for mcr elements in the TagTree. -
Uses of ITagTreeIteratorHandler in com.itextpdf.kernel.pdf.tagutils
Classes in com.itextpdf.kernel.pdf.tagutils that implement ITagTreeIteratorHandler Modifier and Type Class Description classAbstractAvoidDuplicatesTagTreeIteratorHandlerHandler forTagTreeIterator.classTagTreeIteratorFlusherClass that flushes struct elements while iterating over struct tree root withTagTreeIterator.private static classTagTreePointer.RoleFinderHandlerFields in com.itextpdf.kernel.pdf.tagutils with type parameters of type ITagTreeIteratorHandler Modifier and Type Field Description private java.util.Set<ITagTreeIteratorHandler>TagTreeIterator. handlerListMethods in com.itextpdf.kernel.pdf.tagutils that return ITagTreeIteratorHandler Modifier and Type Method Description ITagTreeIteratorHandlerTagTreeIteratorFlusher. setWaitingTags(java.util.Set<PdfDictionary> waitingTags)Sets waiting tags forTagTreeIteratorFlusher.Methods in com.itextpdf.kernel.pdf.tagutils with parameters of type ITagTreeIteratorHandler Modifier and Type Method Description TagTreeIteratorTagTreeIterator. addHandler(ITagTreeIteratorHandler handler)Adds a handler that will be called for the elements during the traversal. -
Uses of ITagTreeIteratorHandler in com.itextpdf.kernel.validation
Classes in com.itextpdf.kernel.validation that implement ITagTreeIteratorHandler Modifier and Type Class Description (package private) static classPdf20Checker.ParentChildRelationshipHandlerprivate static classPdf20Checker.StructureTreeRootHandlerHandler class that checks structure nodes while traversing the document structure tree. -
Uses of ITagTreeIteratorHandler in com.itextpdf.pdfua.checkers.utils
Classes in com.itextpdf.pdfua.checkers.utils that implement ITagTreeIteratorHandler Modifier and Type Class Description static classAnnotationCheckUtil.AnnotationHandlerDeprecated.in favor ofPdfUA1AnnotationChecker.PdfUA1AnnotationHandlerclassContextAwareTagTreeIteratorHandlerClass that holds the validation context while iterating the tag tree structure.static classFormCheckUtil.FormTagHandlerDeprecated.in favour ofPdfUA1FormChecker.PdfUA1FormTagHandlerstatic classFormulaCheckUtil.FormulaTagHandlerDeprecated.Handler for checking Formula elements in the TagTree.static classGraphicsCheckUtil.GraphicsHandlerHelper class that checks the conformance of graphics tags while iterating the tag tree structure.static classNoteCheckUtil.NoteTagHandlerDeprecated.in favor ofPdfUA1NotesChecker.PdfUA1NotesTagHandler -
Uses of ITagTreeIteratorHandler in com.itextpdf.pdfua.checkers.utils.headings
Classes in com.itextpdf.pdfua.checkers.utils.headings that implement ITagTreeIteratorHandler Modifier and Type Class Description static classHeadingsChecker.HeadingHandlerDeprecated.in favor ofPdfUA1HeadingsChecker.PdfUA1HeadingHandler -
Uses of ITagTreeIteratorHandler in com.itextpdf.pdfua.checkers.utils.tables
Classes in com.itextpdf.pdfua.checkers.utils.tables that implement ITagTreeIteratorHandler Modifier and Type Class Description static classTableCheckUtil.TableHandlerHandler class that checks table tags. -
Uses of ITagTreeIteratorHandler in com.itextpdf.pdfua.checkers.utils.ua1
Classes in com.itextpdf.pdfua.checkers.utils.ua1 that implement ITagTreeIteratorHandler Modifier and Type Class Description static classPdfUA1AnnotationChecker.PdfUA1AnnotationHandlerHelper class that checks the conformance of annotations while iterating the tag tree structure.static classPdfUA1FormChecker.PdfUA1FormTagHandlerHandler for checking form field elements in the tag tree.static classPdfUA1FormulaChecker.PdfUA1FormulaTagHandlerHandler for checking Formula elements in the TagTree.static classPdfUA1HeadingsChecker.PdfUA1HeadingHandlerHandler class that checks heading tags while traversing the tag tree.static classPdfUA1ListChecker.PdfUA1ListHandlerHandler class that checks list tags while traversing the tag tree.static classPdfUA1NotesChecker.PdfUA1NotesTagHandlerHandler for checking Note elements in the TagTree. -
Uses of ITagTreeIteratorHandler in com.itextpdf.pdfua.checkers.utils.ua2
Classes in com.itextpdf.pdfua.checkers.utils.ua2 that implement ITagTreeIteratorHandler Modifier and Type Class Description static classPdfUA2AnnotationChecker.PdfUA2AnnotationHandlerHandler for checking annotation elements in the tag tree.static classPdfUA2FormChecker.PdfUA2FormTagHandlerHandler for checking form field elements in the tag tree.static classPdfUA2FormulaChecker.PdfUA2FormulaTagHandlerHandler class that checks "Formula" tags while traversing the tag tree.static classPdfUA2HeadingsChecker.PdfUA2HeadingHandlerHandler class that checks heading tags while traversing the tag tree.static classPdfUA2LinkChecker.PdfUA2LinkAnnotationHandlerHelper class that checks the conformance of link annotations while iterating the tag tree structure.static classPdfUA2ListChecker.PdfUA2ListHandlerHandler class that checks list tags while traversing the tag tree.static classPdfUA2NotesChecker.PdfUA2NotesHandlerHandler class that checks Note and FENote tags while traversing the tag tree.static classPdfUA2TableOfContentsChecker.PdfUA2TableOfContentsHandlerHandler class that checksTOCItags while traversing the tag tree.
-