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