Footnotes Members

Include Protected Members
Include Inherited Members

A collection of Footnote objects that represent all the footnotes in a selection, range, or document.

The Footnotes type exposes the following members.

Methods

  Name Description
Public method Add Returns a Footnote object that represents a footnote added to a range.
Public method Convert Converts footnotes to endnotes.
Public method GetEnumerator (Inherited from IEnumerable.)
Public method ResetContinuationNotice Resets the footnote continuation notice to the default notice. The default notice is blank (no text).
Public method ResetContinuationSeparator Resets the footnote continuation separator to the default separator. The default separator is a long horizontal line that separates document text from notes continued from the previous page.
Public method ResetSeparator Resets the footnote separator to the default separator. The default separator is a short horizontal line that separates document text from notes.
Public method SwapWithEndnotes Converts all footnotes in a document to endnotes and vice versa.

Top

Properties

  Name Description
Public property Application Returns a Application object that represents the Microsoft Word application.
Public property ContinuationNotice Returns a Range object that represents the footnote continuation notice.
Public property ContinuationSeparator Returns a Range object that represents the footnote continuation separator.
Public property Count Returns the number of items in the specified collection.
Public property Creator Returns a 32-bit integer that indicates the application in which the specified object was created.
Public property Item Returns an individual object in a collection.
Public property Location Returns or sets the position of all footnotes.
Public property NumberingRule Returns or sets the way footnotes are numbered after page breaks or section breaks.
Public property NumberStyle Returns or sets the number style for the footnotes in a selection, range, or document. Read/write.
Public property Parent Returns an object that represents the parent object of the specified object.
Public property Separator Returns a Range object that represents the footnote separator.
Public property StartingNumber Returns or sets the starting note number.

Top

See Also

Reference

Footnotes Interface

Microsoft.Office.Interop.Word Namespace