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