[]
public Footnote Add(string text = null)
Public Function Add(Optional text As String = Nothing) As Footnote
Type | Name | Description |
---|---|---|
string | text | The footnote text. |
Type | Description |
---|---|
Footnote | The added Footnote. |
public Footnote Add(string text, string reference)
Public Function Add(text As String, reference As String) As Footnote
Type | Name | Description |
---|---|---|
string | text | The footnote text. |
string | reference | The footnote reference text. |
Type | Description |
---|---|
Footnote | The added Footnote. |
public Footnote Add(string text, char referenceCharacter, string referenceFontName)
Public Function Add(text As String, referenceCharacter As Char, referenceFontName As String) As Footnote
Type | Name | Description |
---|---|---|
string | text | The footnote text. |
char | referenceCharacter | The footnote reference symbol. |
string | referenceFontName | The footnote reference symbol font. |
Type | Description |
---|---|
Footnote | The added Footnote. |