Package | Description |
---|---|
org.docx4j | |
org.docx4j.convert.out.common.preprocess | |
org.docx4j.model.datastorage.migration | |
org.docx4j.utils |
Modifier and Type | Class and Description |
---|---|
protected static class |
Docx4J.FindContentControlsVisitor |
Modifier and Type | Method and Description |
---|---|
static void |
TraversalUtil.visit(Object parent,
TraversalUtilVisitor visitor)
Use this if there is only a single object type (eg just P's)
you are interested in doing something with.
|
static void |
TraversalUtil.visit(WordprocessingMLPackage wmlPackage,
boolean bodyOnly,
TraversalUtilVisitor visitor)
Use this if there is only a single object type (eg just P's)
you are interested in doing something with.
|
Modifier and Type | Method and Description |
---|---|
static void |
TraversalUtil.visit(Object parent,
List<TraversalUtilVisitor> visitorList)
Use this if there is more than one object type (eg Tables and Paragraphs)
you are interested in doing something with during the traversal.
|
static void |
TraversalUtil.visit(WordprocessingMLPackage wmlPackage,
boolean bodyOnly,
List<TraversalUtilVisitor> visitorList)
Use this if there is more than one object type (eg Tables and Paragraphs)
you are interested in doing something with during the traversal.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
FieldsCombiner.CombineVisitor |
protected static class |
PageNumberInformationCollector.FieldVisitor |
Modifier and Type | Class and Description |
---|---|
static class |
VariablePrepare.TraversalUtilParagraphVisitor |
Modifier and Type | Field and Description |
---|---|
protected TraversalUtilVisitor |
SingleTraversalUtilVisitorCallback.visitor |
Modifier and Type | Method and Description |
---|---|
protected Map<Class,List<TraversalUtilVisitor>> |
CompoundTraversalUtilVisitorCallback.setupTraversalVistorMap(List<TraversalUtilVisitor> visitorList) |
Modifier and Type | Method and Description |
---|---|
protected Map<Class,List<TraversalUtilVisitor>> |
CompoundTraversalUtilVisitorCallback.setupTraversalVistorMap(List<TraversalUtilVisitor> visitorList) |
Constructor and Description |
---|
SingleTraversalUtilVisitorCallback(TraversalUtilVisitor visitor) |
Constructor and Description |
---|
CompoundTraversalUtilVisitorCallback(List<TraversalUtilVisitor> visitorList) |
Copyright © 2007-2018. All Rights Reserved.