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