|
ASPOSE home |
java.util.TreeMapcom.aspose.words.MappedDataFields
public class MappedDataFields
This is implemented as a collection of string keys into string values.
The keys are the names of mail merge fields in the document and the values
are the names of fields in your data source.
Property Getters/Setters Summary | ||
---|---|---|
java.lang.String | get(java.lang.String documentFieldName) | |
void | set(java.lang.String documentFieldName, java.lang.String value) | |
Gets or sets the name of the field in the data source associated with the specified mail merge field. |
Method Summary | ||
---|---|---|
void | add(java.lang.String documentFieldName, java.lang.String dataSourceFieldName) | |
Adds a new field mapping. | ||
void | remove(java.lang.String documentFieldName) | |
Removes a field mapping. |
Property Getters/Setters Detail |
---|
get/set | |
public java.lang.String get(java.lang.String documentFieldName) public void set(java.lang.String documentFieldName, java.lang.String value) |
Method Detail |
---|
add | |
public void add(java.lang.String documentFieldName, java.lang.String dataSourceFieldName) |
documentFieldName
- The name of the mail merge field in the document.dataSourceFieldName
- The name of the field in the data source.remove | |
public void remove(java.lang.String documentFieldName) |
documentFieldName
- The name of the mail merge field in the document.
|
ASPOSE home |