Uses of Class
org.docx4j.utils.AbstractTraversalUtilVisitorCallback
Packages that use AbstractTraversalUtilVisitorCallback
-
Uses of AbstractTraversalUtilVisitorCallback in org.docx4j.convert.out.common.preprocess
-
Uses of AbstractTraversalUtilVisitorCallback in org.docx4j.utils
Subclasses of AbstractTraversalUtilVisitorCallback in org.docx4j.utilsModifier and TypeClassDescriptionclassUse 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.