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