Xceed Words for .NET v5.0 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / Document Class / AddEndnote Method
The description of the endnote. Valid values are string, Picture, Hyperlink and Table.
The formatting to use for the endnoteContent (when endnoteContent is a string).


In This Topic
    AddEndnote Method
    In This Topic
    Used to add a new endnote description in the document.
    Syntax
    'Declaration
     
    Public Function AddEndnote( _
       ByVal endnoteContent As Object, _
       Optional ByVal formatting As Formatting _
    ) As Endnote
    'Usage
     
    Dim instance As Document
    Dim endnoteContent As Object
    Dim formatting As Formatting
    Dim value As Endnote
     
    value = instance.AddEndnote(endnoteContent, formatting)
    public Endnote AddEndnote( 
       object endnoteContent,
       Formatting formatting
    )

    Parameters

    endnoteContent
    The description of the endnote. Valid values are string, Picture, Hyperlink and Table.
    formatting
    The formatting to use for the endnoteContent (when endnoteContent is a string).

    Return Value

    The created endnote that will be appended to a paragraph of the document.
    Requirements

    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

    See Also