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

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

Méthodes publiques

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

Private Methods

Méthode Description
TocMailMergeDataSource ( ArrayList topics ) : System

Method Details

GetChildDataSource() public méthode

public GetChildDataSource ( string tableName ) : IMailMergeDataSource
tableName string
Résultat IMailMergeDataSource

GetValue() public méthode

public GetValue ( string fieldName, object &fieldValue ) : bool
fieldName string
fieldValue object
Résultat bool

MoveNext() public méthode

public MoveNext ( ) : bool
Résultat bool