Uses of Class
org.docx4j.utils.AbstractTraversalUtilVisitorCallback
| Package | Description |
|---|---|
| org.docx4j.convert.out.common.preprocess | |
| org.docx4j.utils |
-
Uses of AbstractTraversalUtilVisitorCallback in org.docx4j.convert.out.common.preprocess
Subclasses of AbstractTraversalUtilVisitorCallback in org.docx4j.convert.out.common.preprocess Modifier and Type Class Description protected static classBookmarkMover.BookmarkMoverVisitor -
Uses of AbstractTraversalUtilVisitorCallback in org.docx4j.utils
Subclasses of AbstractTraversalUtilVisitorCallback in org.docx4j.utils Modifier and Type Class Description classCompoundTraversalUtilVisitorCallbackUse this if there is more than one object type (eg Tables and Paragraphs) you are interested in doing something with during the traversal.classSingleTraversalUtilVisitorCallbackUse this if there is only a single object type (eg just P's) you are interested in doing something with.