Class FieldsCombiner
java.lang.Object
org.docx4j.convert.out.common.preprocess.FieldsCombiner
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 -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidprocess(WordprocessingMLPackage wmlPackage) Combine complex fields to w:fldSimple
-
Field Details
-
COMBINE_VISITOR
-
-
Constructor Details
-
FieldsCombiner
public FieldsCombiner()
-
-
Method Details
-
process
Combine complex fields to w:fldSimple
-