C# Class Aspose.Words.Examples.CSharp.Mail_Merge.MailMergeAlternatingRows.HandleMergeFieldAlternatingRows

Inheritance: IFieldMergingCallback
Show file Open project: aspose-words/Aspose.Words-for-.NET

Private Methods

Method Description
IFieldMergingCallback ( FieldMergingArgs e ) : void

Called for every merge field encountered in the document. We can either return some data to the mail merge engine or do something Else with the document. In this case we modify cell formatting.

IFieldMergingCallback ( ImageFieldMergingArgs args ) : void