[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.FootnoteCollection

FootnoteCollection Class

Represents a collection of Footnote objects.

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

Properties

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.

Methods

Name Description
Add(string)

Adds a Footnote to this collection at the End location.

Add(string, char, string)

Adds a Footnote to this collection at the End location.

Add(string, string)

Adds a Footnote to this collection at the End location.

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.