[]
Represents a collection of Footnote objects.
public class FootnoteCollection : ContentObjectCollection<Footnote>, IContentList<Footnote>, IReadOnlyList<Footnote>, IReadOnlyCollection<Footnote>, IEnumerable<Footnote>, IEnumerable
Public Class FootnoteCollection
Inherits ContentObjectCollection(Of Footnote)
Implements IContentList(Of Footnote), IReadOnlyList(Of Footnote), IReadOnlyCollection(Of Footnote), IEnumerable(Of Footnote), IEnumerable
Name | Description |
---|---|
ContinuationNotice | Gets the body of the footnotes continuation notice. |
ContinuationSeparator | Gets the body of the footnotes continuation separator. |
Separator | Gets the body of the footnotes separator. |
Name | Description |
---|---|
Add(string) | |
Add(string, char, string) | |
Add(string, string) | |
Contains(long) | Checks whether this collection contains a footnote with a specified ID. |
GetByID(long) | Gets a footnote from the collection by its ID. |
Insert(InsertLocation) | Inserts a Footnote into this collection at the specified location. |
Insert(string, InsertLocation) | Inserts a Footnote into this collection at the specified location. |
Insert(string, char, string, InsertLocation) | Inserts a Footnote into this collection at the specified location. |
Insert(string, string, InsertLocation) | Inserts a Footnote into this collection at the specified location. |