Uses of Interface
org.docx4j.TraversalUtil.Callback
Packages that use TraversalUtil.Callback
Package
Description
-
Uses of TraversalUtil.Callback in org.docx4j
Classes in org.docx4j that implement TraversalUtil.CallbackFields in org.docx4j declared as TraversalUtil.CallbackMethods in org.docx4j with parameters of type TraversalUtil.CallbackModifier and TypeMethodDescriptionstatic voidTraversalUtil.visit(Object parent, TraversalUtil.Callback callback) static voidTraversalUtil.visit(WordprocessingMLPackage wmlPackage, boolean bodyOnly, TraversalUtil.Callback callback) Constructors in org.docx4j with parameters of type TraversalUtil.CallbackModifierConstructorDescriptionTraversalUtil(Object parent, TraversalUtil.Callback cb) Traverse the object using your callback. -
Uses of TraversalUtil.Callback in org.docx4j.anon
Classes in org.docx4j.anon that implement TraversalUtil.CallbackModifier and TypeClassDescriptionclassThis will detect DrawingML or VML which does anything more than link to a safe image (ie one we've replaced)classThis will replace Latin (eg English) text with lorem ipsum stuff; non Latin text will be randomised. -
Uses of TraversalUtil.Callback in org.docx4j.convert.out.common
Classes in org.docx4j.convert.out.common that implement TraversalUtil.CallbackModifier and TypeClassDescriptionclassThe …ExporterGenerator is the visitor, that gets used in those cases where a document is done as a NonXSLT. -
Uses of TraversalUtil.Callback in org.docx4j.convert.out.common.preprocess
Classes in org.docx4j.convert.out.common.preprocess that implement TraversalUtil.CallbackModifier and TypeClassDescriptionprotected static classstatic class -
Uses of TraversalUtil.Callback in org.docx4j.convert.out.common.wrappers
Classes in org.docx4j.convert.out.common.wrappers that implement TraversalUtil.CallbackModifier and TypeClassDescriptionprotected static class -
Uses of TraversalUtil.Callback in org.docx4j.convert.out.fo
Classes in org.docx4j.convert.out.fo that implement TraversalUtil.Callback -
Uses of TraversalUtil.Callback in org.docx4j.convert.out.html
Classes in org.docx4j.convert.out.html that implement TraversalUtil.Callback -
Uses of TraversalUtil.Callback in org.docx4j.finders
Classes in org.docx4j.finders that implement TraversalUtil.CallbackModifier and TypeClassDescriptionclassclassclassFind w:instrText piece of complex field.classThis is a simplified version of org.docx4j.model.datastorage.BookmarkRenumber.RangeTraverserclassclassclassclassclass -
Uses of TraversalUtil.Callback in org.docx4j.model.datastorage
Classes in org.docx4j.model.datastorage that implement TraversalUtil.CallbackModifier and TypeClassDescription(package private) class(package private) static class(package private) static class(package private) static class(package private) classprivate classThis traversor duplicates the repeats, and removes false conditonalsprivate static classDetermine the first tr, tc, tbl we encounter nested in hereprivate classThis traversor finds components, taking note of their XPath context.private static classprivate static classprivate static class -
Uses of TraversalUtil.Callback in org.docx4j.model.datastorage.migration
Classes in org.docx4j.model.datastorage.migration that implement TraversalUtil.Callback -
Uses of TraversalUtil.Callback in org.docx4j.model.fields
Classes in org.docx4j.model.fields that implement TraversalUtil.Callback -
Uses of TraversalUtil.Callback in org.docx4j.model.table
Classes in org.docx4j.model.table that implement TraversalUtil.Callback -
Uses of TraversalUtil.Callback in org.docx4j.openpackaging.parts.WordprocessingML
Classes in org.docx4j.openpackaging.parts.WordprocessingML that implement TraversalUtil.CallbackModifier and TypeClassDescriptionprivate static classTraverse looking for fonts and/or styles -
Uses of TraversalUtil.Callback in org.docx4j.samples
Classes in org.docx4j.samples that implement TraversalUtil.CallbackModifier and TypeClassDescriptionstatic class -
Uses of TraversalUtil.Callback in org.docx4j.toc
Classes in org.docx4j.toc that implement TraversalUtil.CallbackModifier and TypeClassDescriptionclassDon't attempt to reuse this; create a new TocFinder object each time you invoke it.(package private) static class -
Uses of TraversalUtil.Callback in org.docx4j.utils
Classes in org.docx4j.utils that implement TraversalUtil.CallbackModifier and TypeClassDescriptionclassclassclassUse this if there is more than one object type (eg Tables and Paragraphs) you are interested in doing something with during the traversal.classUse this if there is only a single object type (eg just P's) you are interested in doing something with. -
Uses of TraversalUtil.Callback in org.pptx4j.samples
Classes in org.pptx4j.samples that implement TraversalUtil.CallbackModifier and TypeClassDescription(package private) static class(package private) static class