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