[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.FootnoteCollection.Add

Add Method

Add(string)

Adds a Footnote to this collection at the End location.

Declaration
public Footnote Add(string text = null)
Parameters
Type Name Description
string text

The footnote text.

Returns
Type Description
Footnote

The added Footnote.

Add(string, string)

Adds a Footnote to this collection at the End location.

Declaration
public Footnote Add(string text, string reference)
Parameters
Type Name Description
string text

The footnote text.

string reference

The footnote reference text.

Returns
Type Description
Footnote

The added Footnote.

Add(string, char, string)

Adds a Footnote to this collection at the End location.

Declaration
public Footnote Add(string text, char referenceCharacter, string referenceFontName)
Parameters
Type Name Description
string text

The footnote text.

char referenceCharacter

The footnote reference symbol.

string referenceFontName

The footnote reference symbol font.

Returns
Type Description
Footnote

The added Footnote.