[]
        
(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)
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)
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)
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.