[]
Adds an Endnote to the end of the paragraph.
public Endnote AddEndnote(string text = null)
Public Function AddEndnote(Optional text As String = Nothing) As Endnote
| Type | Name | Description |
|---|---|---|
| string | text | The endnote text. |
| Type | Description |
|---|---|
| Endnote | The added Endnote. |
Adds an Endnote to the end of the paragraph.
public Endnote AddEndnote(string text, string reference)
Public Function AddEndnote(text As String, reference As String) As Endnote
| Type | Name | Description |
|---|---|---|
| string | text | The endnote text. |
| string | reference | The endnote reference text. |
| Type | Description |
|---|---|
| Endnote | The added Endnote. |
Adds an Endnote to the end of the paragraph.
public Endnote AddEndnote(string text, char referenceCharacter, string referenceFontName)
Public Function AddEndnote(text As String, referenceCharacter As Char, referenceFontName As String) As Endnote
| Type | Name | Description |
|---|---|---|
| string | text | The endnote text. |
| char | referenceCharacter | The endnote reference symbol. |
| string | referenceFontName | The endnote reference symbol font. |
| Type | Description |
|---|---|
| Endnote | The added Endnote. |