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


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

    Parameters

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

    Return Value

    The created footnote 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