Initializes a new instance of the Footnote class.
public Footnote(string text);
Public Sub New(ByVal text As String)
public Footnote(string text, string name, int id);
Public Sub New(ByVal text As String, ByVal name As String, ByVal id As Integer)
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. |