Initializes a new instance of the Footnote class.
public Footnote(string text);
public Footnote(string text, string name, int id);
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. |