Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NTableOfContentsField Class / CreateTableOfContentsEntry Method
The page reference inline of the table of contents entry.


In This Topic
    CreateTableOfContentsEntry Method
    In This Topic
    Creates a table of contents entry.
    Syntax
    'Declaration
     
    
    Protected Overridable Function CreateTableOfContentsEntry( _
       ByVal text As System.String, _
       ByVal bookmarkName As System.String, _
       ByRef pageRefInline As NFieldInline _
    ) As NParagraph
    'Usage
     
    
    Dim instance As NTableOfContentsField
    Dim text As System.String
    Dim bookmarkName As System.String
    Dim pageRefInline As NFieldInline
    Dim value As NParagraph
     
    value = instance.CreateTableOfContentsEntry(text, bookmarkName, pageRefInline)
    protected virtual NParagraph CreateTableOfContentsEntry( 
       System.string text,
       System.string bookmarkName,
       out NFieldInline pageRefInline
    )

    Parameters

    text
    bookmarkName
    pageRefInline
    The page reference inline of the table of contents entry.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also