Xceed Words for .NET v3.0 Documentation
AppendNote Method


Xceed.Document.NET Assembly > Xceed.Document.NET Namespace > Paragraph Class : AppendNote Method
 The footnote/endnote to add to the paragraph.
The formatting to use for the number value of the footnote/endnote.
Adds a Footnote/Endnote to a paragraph.
Syntax
'Declaration
 
Public Function AppendNote( _

   ByVal note As Note, _

   Optional ByVal noteNumberFormatting As Formatting _

) As Paragraph
'Usage
 
Dim instance As Paragraph

Dim note As Note

Dim noteNumberFormatting As Formatting

Dim value As Paragraph

 

value = instance.AppendNote(note, noteNumberFormatting)
public Paragraph AppendNote( 

   Note note,

   Formatting noteNumberFormatting

)

Parameters

note
 The footnote/endnote to add to the paragraph.
noteNumberFormatting
The formatting to use for the number value of the footnote/endnote.
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

Reference

Paragraph Class
Paragraph Members