Initializes a new instance of the Footnote class.

Footnote(String)

public Footnote(string text);
Public Sub New(ByVal text As String)

Footnote(String, String, Int)

public Footnote(string text, string name, int id);
Public Sub New(ByVal text As String, ByVal name As String, ByVal id As Integer)

Parameters

Parameter Description
text Specifies the footnote's text.
name Specifies the footnote's name. When this string is empty, the footnote has no name.
id Specifies the footnote's id. When this id is 0, the footnote has no id.