'Declaration Public Overloads Function AddEndnote( _ ByVal text As System.String, _ ByVal referenceCharacter As System.Char, _ ByVal referenceFontName As System.String _ ) As Endnote
public Endnote AddEndnote( System.string text, System.char referenceCharacter, System.string referenceFontName )
Parameters
- text
- The endnote text.
- referenceCharacter
- The endnote reference symbol.
- referenceFontName
- The endnote reference symbol font.
Return Value
The added Endnote.