[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMath.AddFootnote

AddFootnote Method

AddFootnote(string)

Adds a Footnote to the end of the Office Math zone.

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

The footnote text.

Returns
Type Description
Footnote

The added Footnote.

AddFootnote(string, string)

Adds a Footnote to the end of the Office Math zone.

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

The footnote text.

string reference

The footnote reference text.

Returns
Type Description
Footnote

The added Footnote.

AddFootnote(string, char, string)

Adds a Footnote to the end of the Office Math zone.

Declaration
public Footnote AddFootnote(string text, char referenceCharacter, string referenceFontName)
Public Function AddFootnote(text As String, referenceCharacter As Char, referenceFontName As String) As Footnote
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.