C# (CSharp) Aspose.Words.Examples.CSharp.Mail_Merge Namespace

Classes

Name Description
ApplyCustomLogicToEmptyRegions
ApplyCustomLogicToEmptyRegions.EmptyRegionsHandler
ApplyCustomLogicToEmptyRegions.EmptyRegionsHandler_MergeTable
ExecuteArray
ExecuteWithRegionsDataTable
LINQtoXMLMailMerge
LINQtoXMLMailMerge.MyMailMergeDataSource Aspose.Words does not accept LINQ queries as an input for mail merge directly, But provides a generic mechanism which allows mail merges from any data source. This class is a simple implementation of the Aspose.Words custom mail merge data source Interface that accepts a LINQ query (in fact any IEnumerable object). Aspose.Words calls this class during the mail merge to retrieve the data.
MailMergeAlternatingRows
MailMergeAlternatingRows.HandleMergeFieldAlternatingRows
MailMergeFormFields
MailMergeFormFields.HandleMergeField
MailMergeImageFromBlob
MailMergeImageFromBlob.HandleMergeImageFieldFromBlob
MailMergeUsingMustacheSyntax
MultipleDocsInMailMerge
NestedMailMerge
NestedMailMergeCustom
NestedMailMergeCustom.Customer An example of a "data entity" class in your application.
NestedMailMergeCustom.CustomerList An example of a typed collection that contains your "data" objects.
NestedMailMergeCustom.CustomerMailMergeDataSource A custom mail merge data source that you implement to allow Aspose.Words To mail merge data from your Customer objects into Microsoft Word documents.
NestedMailMergeCustom.Order An example of a child "data entity" class in your application.
NestedMailMergeCustom.OrderList An example of a typed collection that contains your "data" objects.
NestedMailMergeCustom.OrderMailMergeDataSource
ProduceMultipleDocuments
RemoveEmptyRegions
SimpleMailMerge
XMLMailMerge