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