Class FieldsCombiner
java.lang.Object
org.docx4j.convert.out.common.preprocess.FieldsCombiner
public class FieldsCombiner
extends java.lang.Object
This class is something like the opposite to the FieldsPreprocessor. It will
combine complex fields to simple fields. If there are nested fields, then it
will try to combine the inner fields without touching the outer ones.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classFieldsCombiner.CombineVisitor -
Field Summary
Fields Modifier and Type Field Description protected static FieldsCombiner.CombineVisitorCOMBINE_VISITOR -
Constructor Summary
Constructors Constructor Description FieldsCombiner() -
Method Summary
Modifier and Type Method Description static voidprocess(WordprocessingMLPackage wmlPackage)Combine complex fields to w:fldSimple
-
Field Details
-
Constructor Details
-
FieldsCombiner
public FieldsCombiner()
-
-
Method Details
-
process
Combine complex fields to w:fldSimple
-