C# Class ApiExamples.ExMailMergeEvent

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

Public Methods

Method Description
MailMergeAlternatingRows ( ) : void
MailMergeImageFromBlob ( ) : void
MailMergeInsertCheckBox ( ) : void
MailMergeInsertHtml ( ) : void

Private Methods

Method Description
GetStudentCourseDataTable ( ) : DataTable

Create DataTable and fill it with data. In real life this DataTable should be filled from a database.

GetSuppliersDataTable ( ) : DataTable

Create DataTable and fill it with data. In real life this DataTable should be filled from a database.

IsOdd ( int value ) : bool

Returns true if the value is odd; false if the value is even.

MailMergeAlternatingRowsCaller ( ) : void
MailMergeImageFromBlobCaller ( ) : void
MailMergeImageFromUrl ( ) : void
MailMergeInsertCheckBoxCaller ( ) : void
MailMergeInsertHtmlCaller ( ) : void

Method Details

MailMergeAlternatingRows() public method

public MailMergeAlternatingRows ( ) : void
return void

MailMergeImageFromBlob() public method

public MailMergeImageFromBlob ( ) : void
return void

MailMergeInsertCheckBox() public method

public MailMergeInsertCheckBox ( ) : void
return void

MailMergeInsertHtml() public method

public MailMergeInsertHtml ( ) : void
return void