[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.FootnoteCollection.Insert

Insert Method

Insert(InsertLocation)

Inserts a Footnote into this collection at the specified location.

Declaration
public Footnote Insert(InsertLocation location)
Parameters
Type Name Description
InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
Footnote

The inserted Footnote.

Insert(string, InsertLocation)

Inserts a Footnote into this collection at the specified location.

Declaration
public Footnote Insert(string text, InsertLocation location)
Parameters
Type Name Description
string text

The footnote text.

InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
Footnote

The inserted Footnote.

Insert(string, string, InsertLocation)

Inserts a Footnote into this collection at the specified location.

Declaration
public Footnote Insert(string text, string reference, InsertLocation location)
Parameters
Type Name Description
string text

The footnote text.

string reference

The footnote reference text.

InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
Footnote

The inserted Footnote.

Insert(string, char, string, InsertLocation)

Inserts a Footnote into this collection at the specified location.

Declaration
public Footnote Insert(string text, char referenceCharacter, string referenceFontName, InsertLocation location)
Parameters
Type Name Description
string text

The footnote text.

char referenceCharacter

The footnote reference symbol.

string referenceFontName

The footnote reference symbol font.

InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
Footnote

The inserted Footnote.