Endnotes Members
Include Protected Members
Include Inherited Members
A collection of Endnote objects that represents all the endnotes in a selection, range, or document.
The Endnotes type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add | Returns a Endnote object that represents an endnote added to a range. | |
Convert | Converts endnotes to footnotes. | |
GetEnumerator | (Inherited from IEnumerable.) | |
ResetContinuationNotice | Resets the endnote continuation notice to the default notice. | |
ResetContinuationSeparator | Resets the endnote continuation separator to the default separator. | |
ResetSeparator | Resets the endnote separator to the default separator. | |
SwapWithFootnotes | Converts all endnotes in a document to footnotes 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 or endnote continuation notice. | |
ContinuationSeparator | Returns a Range object that represents the footnote or endnote 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 endnotes. | |
NumberingRule | Returns or sets the way footnotes or endnotes are numbered after page breaks or section breaks. | |
NumberStyle | Returns or sets the number style for the specified endnotes. | |
Parent | Returns an object that represents the parent object of the specified object. | |
Separator | Returns a Range object that represents the endnote or footnote separator. | |
StartingNumber | Returns or sets the starting note number. |
Top