Package org.docx4j.model.fields.merge
Class DataFieldName
java.lang.Object
org.docx4j.model.fields.merge.DataFieldName
public class DataFieldName
extends java.lang.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 Summary
Constructors Constructor Description DataFieldName(java.lang.String name) -
Method Summary
-
Constructor Details
-
DataFieldName
public DataFieldName(java.lang.String name)
-
-
Method Details