C# Class Aspose.Words.Examples.CSharp.Loading_Saving.TocMailMergeDataSource

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

Public Methods

Method Description
GetChildDataSource ( string tableName ) : IMailMergeDataSource
GetValue ( string fieldName, object &fieldValue ) : bool
MoveNext ( ) : bool

Private Methods

Method Description
TocMailMergeDataSource ( ArrayList topics ) : System

Method Details

GetChildDataSource() public method

public GetChildDataSource ( string tableName ) : IMailMergeDataSource
tableName string
return IMailMergeDataSource

GetValue() public method

public GetValue ( string fieldName, object &fieldValue ) : bool
fieldName string
fieldValue object
return bool

MoveNext() public method

public MoveNext ( ) : bool
return bool