'Declaration Public Overloads Function Insert( _ ByVal text As System.String, _ ByVal referenceCharacter As System.Char, _ ByVal referenceFontName As System.String, _ ByVal location As InsertLocation _ ) As Endnote
public Endnote Insert( System.string text, System.char referenceCharacter, System.string referenceFontName, InsertLocation location )
Parameters
- text
- The endnote text.
- referenceCharacter
- The endnote reference symbol.
- referenceFontName
- The endnote reference symbol font.
- location
- The target InsertLocation for the insertion.
Return Value
The inserted Endnote.