[]
public Endnote Add(string text = null)
| Type | Name | Description |
|---|---|---|
| string | text | The endnote text. |
| Type | Description |
|---|---|
| Endnote | The added Endnote. |
public Endnote Add(string text, string reference)
| Type | Name | Description |
|---|---|---|
| string | text | The endnote text. |
| string | reference | The endnote reference text. |
| Type | Description |
|---|---|
| Endnote | The added Endnote. |
public Endnote Add(string text, char referenceCharacter, string referenceFontName)
| 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. |