add method
add(document_field_name, data_source_field_name)
Adds a new field mapping.
def add(self, document_field_name: str, data_source_field_name: str):
...
Parameter | Type | Description |
---|---|---|
document_field_name | str | Case-sensitive name of the mail merge field in the document. |
data_source_field_name | str | Case-sensitive name of the field in the data source. |
See Also
- module aspose.words.mailmerging
- class MappedDataFieldCollection