Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FootnoteCollection Class
Properties Methods

In This Topic
    FootnoteCollection Class Members
    In This Topic

    The following tables list the members exposed by FootnoteCollection.

    Public Properties
     NameDescription
    Public Property Gets the body of the footnotes continuation notice.  
    Public Property Gets the body of the footnotes continuation separator.  
    Public Property Gets the number of content items in the collection. (Inherited from GrapeCity.Documents.Word.ContentCollection<T>)
    Public Property Gets the first item in the collection. (Inherited from GrapeCity.Documents.Word.ContentCollection<T>)
    Public Property Gets the item at the specified index in the collection. (Inherited from GrapeCity.Documents.Word.ContentCollection<T>)
    Public Property Gets the last item in the collection. (Inherited from GrapeCity.Documents.Word.ContentCollection<T>)
    Public Property Gets the body of the footnotes separator.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds a Footnote to this collection at the InsertLocation.End location.  
    Public Method Checks whether this collection contains a footnote with a specified ID.  
    Public Method Prints debug info of the collection into console. (Inherited from GrapeCity.Documents.Word.ContentCollection<T>)
    Public Method Gets a footnote from the collection by its ID.  
    Public MethodOverloaded. Inserts a Footnote into this collection at the specified location.  
    Public Method Prints debug info of the collection into the string. (Inherited from GrapeCity.Documents.Word.ContentCollection<T>)
    Top
    See Also