'Declaration Public Overloads Function AddItem( _ ByVal text As String, _ ByVal target As ParagraphObject _ ) As RenderTocItem
public RenderTocItem AddItem( string text, ParagraphObject target )
Parameters
- text
- A text representing the TOC item that is being added.
- target
- A ParagraphObject which is the target of the TOC item.
Return Value
The RenderTocItem that was created and added to the current TOC.