Class DataFieldName

java.lang.Object
org.docx4j.model.fields.merge.DataFieldName

public class DataFieldName extends Object
The name of the data field. When Word performs a mail merge, it treats this as case-insensitive (and takes the first matching field). The purpose of this class is to ensure the key provided is case-insensitive.
Author:
jharrop
  • Constructor Details

    • DataFieldName

      public DataFieldName(String name)
  • Method Details