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 class  FieldsCombiner.CombineVisitor  
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected static FieldsCombiner.CombineVisitor COMBINE_VISITOR  
  • Constructor Summary

    Constructors 
    Constructor Description
    FieldsCombiner()  
  • Method Summary

    Modifier and Type Method Description
    static void process​(WordprocessingMLPackage wmlPackage)
    Combine complex fields to w:fldSimple

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait