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