Modifier and Type | Class and Description |
---|---|
static class |
TraversalUtil.CallbackImpl |
Modifier and Type | Method and Description |
---|---|
static void |
TraversalUtil.visit(Object parent,
TraversalUtil.Callback callback) |
static void |
TraversalUtil.visit(WordprocessingMLPackage wmlPackage,
boolean bodyOnly,
TraversalUtil.Callback callback) |
Constructor and Description |
---|
TraversalUtil(Object parent,
TraversalUtil.Callback cb)
Traverse the object using your callback.
|
Modifier and Type | Class and Description |
---|---|
class |
DmlVmlAnalyzer
This will detect DrawingML or VML which does anything more than
link to a safe image (ie one we've replaced)
|
class |
ScrambleText
This will replace Latin (eg English) text with lorem ipsum stuff;
non Latin text will be randomised.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractVisitorExporterGenerator<CC extends AbstractWmlConversionContext>
The …ExporterGenerator is the visitor, that gets used in those cases where a document is done
as a NonXSLT.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
BookmarkMover.BookmarkMoverVisitor |
static class |
ParagraphStylesInTableFix.StyleRenamer |
Modifier and Type | Class and Description |
---|---|
protected static class |
ConversionSectionWrapperFactory.SdtBlockFinder |
Modifier and Type | Class and Description |
---|---|
class |
HTMLExporterVisitorGenerator |
Modifier and Type | Class and Description |
---|---|
class |
ClassFinder |
class |
CommentFinder |
class |
RangeFinder
This is a simplified version of
org.docx4j.model.datastorage.BookmarkRenumber.RangeTraverser
|
class |
SdtFinder |
class |
SectPrFinder |
class |
SectPrFindFirst |
class |
TableFinder |
class |
TcFinder |
Modifier and Type | Class and Description |
---|---|
class |
ComplexFieldLocator |
class |
SimpleFieldLocator |
Modifier and Type | Class and Description |
---|---|
static class |
TableModel.TrFinder |
Modifier and Type | Class and Description |
---|---|
class |
TocFinder
Don't attempt to reuse this; create a new TocFinder object each time you invoke it.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTraversalUtilVisitorCallback |
class |
AltChunkFinder |
class |
CompoundTraversalUtilVisitorCallback
Use this if there is more than one object type (eg Tables and Paragraphs)
you are interested in doing something with during the traversal.
|
class |
SingleTraversalUtilVisitorCallback
Use this if there is only a single object type (eg just P's)
you are interested in doing something with.
|
Copyright © 2007-2018. All Rights Reserved.