[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.EndnoteCollection

EndnoteCollection Class

Represents a collection of Endnote objects.

Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
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

Properties

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.

Methods

Name Description
Add(string)

Adds an Endnote into this collection at the End location.

Add(string, char, string)

Adds an Endnote into the collection at the End position.

Add(string, string)

Adds an Endnote into the collection at the End position.

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.