'宣言 Public Overloads Function AddItem( _ ByVal text As System.String, _ ByVal pageNo As System.Integer _ ) As RenderTocItem
'使用法 Dim instance As RenderToc Dim text As System.String Dim pageNo As System.Integer Dim value As RenderTocItem value = instance.AddItem(text, pageNo)
public RenderTocItem AddItem( System.string text, System.int pageNo )
パラメータ
- text
- A text representing the TOC item that is being added.
- pageNo
- The page number which is the target of the TOC item.
戻り値の型
The RenderTocItem that was created and added to the current TOC.