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

Inheritance: IFieldMergingCallback
Afficher le fichier Open project: aspose-words/Aspose.Words-for-.NET

Private Methods

Méthode 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