TocItem

TocItem constructor

の新しいインスタンスを初期化しますTocItemclass.

public TocItem(int depth, string text, int? pageIndex)
パラメータ タイプ 説明
depth Int32 アイテムの深さレベル。
text String アイテムのテキスト。
pageIndex Nullable`1 アイテムが参照するページのインデックス

関連項目