Inserts a table of contents to the document prior to the referenced paragraph, based on the provided switches.
'Declaration
Public Overloads Function InsertTableOfContents( _
ByVal As Paragraph, _
ByVal As String, _
ByVal As IDictionary(Of TableOfContentsSwitches,String), _
Optional ByVal As String, _
Optional ByVal As Nullable(Of Integer) _
) As TableOfContents
'Usage
Dim instance As Document
Dim reference As Paragraph
Dim title As String
Dim switches As IDictionary(Of TableOfContentsSwitches,String)
Dim headerStyle As String
Dim rightTabPos As Nullable(Of Integer)
Dim value As TableOfContents
value = instance.InsertTableOfContents(reference, title, switches, headerStyle, rightTabPos)
Parameters
- reference
- The referenced paragraph to indicate the position of the table of contents.
- title
- The title of the table of contents.
- switches
- A key-value dictionary where the key is a TableOfContentSwitches and the value is the parameter of the switch.
- headerStyle
- The style to use for the title of the table of contents.
- rightTabPos
- The position of the text aligned from the right.
Return Value
The newly inserted table of contents.
Target Platforms: Windows 11, Windows 10, Windows 7, Windows, 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2