[]
Adds a Footnote to the end of this hyperlink.
public Footnote AddFootnote(string text = null)
| Type | Name | Description |
|---|---|---|
| string | text | The footnote text. |
| Type | Description |
|---|---|
| Footnote | The added Footnote. |
Adds a Footnote to the end of this hyperlink.
public Footnote AddFootnote(string text, string reference)
| Type | Name | Description |
|---|---|---|
| string | text | The footnote text. |
| string | reference | The footnote reference text. |
| Type | Description |
|---|---|
| Footnote | The added Footnote. |
Adds a Footnote to the end of this hyperlink.
public Footnote AddFootnote(string text, char referenceCharacter, string referenceFontName)
| 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. |