Initializes a new instance of the Footnote class.

Footnote(String)

public Footnote(string text);

Footnote(String, String, Int)

public Footnote(string text, string name, int id);

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.