C# 클래스 Aspose.Words.Examples.CSharp.Loading_Saving.TocMailMergeDataSource

상속: IMailMergeDataSource
파일 보기 프로젝트 열기: aspose-words/Aspose.Words-for-.NET

공개 메소드들

메소드 설명
GetChildDataSource ( string tableName ) : IMailMergeDataSource
GetValue ( string fieldName, object &fieldValue ) : bool
MoveNext ( ) : bool

비공개 메소드들

메소드 설명
TocMailMergeDataSource ( ArrayList topics ) : System

메소드 상세

GetChildDataSource() 공개 메소드

public GetChildDataSource ( string tableName ) : IMailMergeDataSource
tableName string
리턴 IMailMergeDataSource

GetValue() 공개 메소드

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

MoveNext() 공개 메소드

public MoveNext ( ) : bool
리턴 bool