[]
Inserts a Footnote into this collection at the specified location.
public Footnote Insert(InsertLocation location)
Public Function Insert(location As InsertLocation) As Footnote
Type | Name | Description |
---|---|---|
InsertLocation | location | The target InsertLocation for the insertion. |
Inserts a Footnote into this collection at the specified location.
public Footnote Insert(string text, InsertLocation location)
Public Function Insert(text As String, location As InsertLocation) As Footnote
Type | Name | Description |
---|---|---|
string | text | The footnote text. |
InsertLocation | location | The target InsertLocation for the insertion. |
Inserts a Footnote into this collection at the specified location.
public Footnote Insert(string text, string reference, InsertLocation location)
Public Function Insert(text As String, reference As String, location As InsertLocation) As Footnote
Type | Name | Description |
---|---|---|
string | text | The footnote text. |
string | reference | The footnote reference text. |
InsertLocation | location | The target InsertLocation for the insertion. |
Inserts a Footnote into this collection at the specified location.
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
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. |