[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.SimpleField.AddEndnote

AddEndnote Method

AddEndnote(string)

Adds an Endnote to the end of the current simple field.

Declaration
public Endnote AddEndnote(string text = null)
Public Function AddEndnote(Optional text As String = Nothing) As Endnote
Parameters
Type Name Description
string text

The endnote text.

Returns
Type Description
Endnote

The added Endnote.

AddEndnote(string, string)

Adds an Endnote to the end of the current simple field.

Declaration
public Endnote AddEndnote(string text, string reference)
Public Function AddEndnote(text As String, reference As String) As Endnote
Parameters
Type Name Description
string text

The endnote text.

string reference

The endnote reference text.

Returns
Type Description
Endnote

The added Endnote.

AddEndnote(string, char, string)

Adds an Endnote to the end of the current simple field.

Declaration
public Endnote AddEndnote(string text, char referenceCharacter, string referenceFontName)
Public Function AddEndnote(text As String, referenceCharacter As Char, referenceFontName As String) As Endnote
Parameters
Type Name Description
string text

The endnote text.

char referenceCharacter

The endnote reference symbol.

string referenceFontName

The endnote reference symbol font.

Returns
Type Description
Endnote

The added Endnote.