Footnotes Object Members
Word Developer Reference |
A collection of Footnote objects that represent all the footnotes in a selection, range, or document.
Methods
Name | Description | |
---|---|---|
Add | Returns a Footnote object that represents a footnote added to a range. | |
Convert | Converts endnotes to footnotes, or vice versa. | |
Item | Returns an individual Footnote object in a collection. | |
ResetContinuationNotice | Resets the footnote or endnote continuation notice to the default notice. | |
ResetContinuationSeparator | Resets the footnote or endnote continuation separator to the default separator. | |
ResetSeparator | Resets the footnote separator to the default separator. | |
SwapWithEndnotes | Converts all footnotes in a document to endnotes and vice versa.To convert a range of footnotes to endnotes, use the Convert method. |
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the Microsoft Word application. | |
ContinuationNotice | Returns a Range object that represents the footnote continuation notice. Read-only. | |
ContinuationSeparator | Returns a Range object that represents the footnote continuation separator. Read-only. | |
Count | Returns a Long that represents the number of footnotes in the collection. Read-only. | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long. | |
Location | Returns or sets the position of all footnotes. Read/write WdFootnoteLocation. | |
NumberingRule | Returns or sets the way footnotes or endnotes are numbered after page breaks or section breaks. Read/write WdNumberingRule. | |
NumberStyle | Returns or sets the number style for the footnotes. Read/write WdNoteNumberStyle. | |
Parent | Returns an Object that represents the parent object of the specified Footnotes object. | |
Separator | Returns a Range object that represents the footnote separator. | |
StartingNumber | Returns or sets the starting note number, line number, or page number. Read/write Long. |