[]
        
(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)
Public Function Insert(location As InsertLocation) As Footnote
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)
Public Function Insert(text As String, location As InsertLocation) As Footnote
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)
Public Function Insert(text As String, reference As String, location As InsertLocation) As Footnote
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)
Public Function Insert(text As String, referenceCharacter As Char, referenceFontName As String, location As InsertLocation) As Footnote
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.