public static class ParagraphStylesInTableFix.StyleRenamer extends TraversalUtil.CallbackImpl
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
log |
| Constructor and Description |
|---|
StyleRenamer() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
apply(Object o)
Visits a node in pre order (before its children have been visited).
|
void |
setDefaultParagraphStyle(String defaultParagraphStyle) |
void |
setDefaultTableStyle(Style defaultTableStyle) |
void |
setStyles(Styles newStyles) |
void |
walkJAXBElements(Object parent) |
getChildren, shouldTraversepublic void setDefaultParagraphStyle(String defaultParagraphStyle)
public void setDefaultTableStyle(Style defaultTableStyle)
public void setStyles(Styles newStyles)
public List<Object> apply(Object o)
TraversalUtil.CallbackImplTraversalUtil.CallbackImpl.shouldTraverse(Object)).
Implementations can have side effects.
apply in interface TraversalUtil.Callbackapply in class TraversalUtil.CallbackImplpublic void walkJAXBElements(Object parent)
walkJAXBElements in interface TraversalUtil.CallbackwalkJAXBElements in class TraversalUtil.CallbackImplCopyright © 2007-2022. All Rights Reserved.