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 | |
---|---|---|
![]() |
Add | Returns a Footnote object that represents a footnote added to a range. |
![]() |
Convert | Converts footnotes to endnotes. |
![]() |
GetEnumerator | (Inherited from IEnumerable.) |
![]() |
ResetContinuationNotice | Resets the footnote continuation notice to the default notice. The default notice is blank (no text). |
![]() |
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. |
![]() |
ResetSeparator | Resets the footnote separator to the default separator. The default separator is a short horizontal line that separates document text from notes. |
![]() |
SwapWithEndnotes | Converts all footnotes in a document to endnotes and vice versa. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Application | Returns a Application object that represents the Microsoft Word application. |
![]() |
ContinuationNotice | Returns a Range object that represents the footnote continuation notice. |
![]() |
ContinuationSeparator | Returns a Range object that represents the footnote continuation separator. |
![]() |
Count | Returns the number of items in the specified collection. |
![]() |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. |
![]() |
Item | Returns an individual object in a collection. |
![]() |
Location | Returns or sets the position of all footnotes. |
![]() |
NumberingRule | Returns or sets the way footnotes are numbered after page breaks or section breaks. |
![]() |
NumberStyle | Returns or sets the number style for the footnotes in a selection, range, or document. Read/write. |
![]() |
Parent | Returns an object that represents the parent object of the specified object. |
![]() |
Separator | Returns a Range object that represents the footnote separator. |
![]() |
StartingNumber | Returns or sets the starting note number. |
Top