[]
Inserts an Endnote into this collection at the specified location.
public Endnote Insert(InsertLocation location)
Public Function Insert(location As InsertLocation) As Endnote
Type | Name | Description |
---|---|---|
InsertLocation | location | The target InsertLocation for the insertion. |
Inserts an Endnote into this collection at the specified location.
public Endnote Insert(string text, InsertLocation location)
Public Function Insert(text As String, location As InsertLocation) As Endnote
Type | Name | Description |
---|---|---|
string | text | The endnote text. |
InsertLocation | location | The target InsertLocation for the insertion. |
Inserts an Endnote into this collection at the specified location.
public Endnote Insert(string text, string reference, InsertLocation location)
Public Function Insert(text As String, reference As String, location As InsertLocation) As Endnote
Type | Name | Description |
---|---|---|
string | text | The endnote text. |
string | reference | The endnote reference text. |
InsertLocation | location | The target InsertLocation for the insertion. |
Inserts an Endnote into this collection at the specified location.
public Endnote 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 Endnote
Type | Name | Description |
---|---|---|
string | text | The endnote text. |
char | referenceCharacter | The endnote reference symbol. |
string | referenceFontName | The endnote reference symbol font. |
InsertLocation | location | The target InsertLocation for the insertion. |