field_merging method
field_merging(args)
Called when the Aspose.Words mail merge engine is about to insert data into a merge field in the document.
def field_merging(self, args: aspose.words.mailmerging.FieldMergingArgs):
...
Parameter | Type | Description |
---|---|---|
args | FieldMergingArgs |
See Also
- module aspose.words.mailmerging
- class IFieldMergingCallback