Endnotes Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A collection of Endnote objects that represents all the endnotes in a selection, range, or document.
public interface class Endnotes : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00020941-0000-0000-C000-000000000046")]
public interface Endnotes : System.Collections.IEnumerable
type Endnotes = interface
interface IEnumerable
Public Interface Endnotes
Implements IEnumerable
- Attributes
- Implements
Remarks
Use the Endnotes property of the Selection, Range, or Document objects to return the Endnotes collection.
Use the Add(Range, Object, Object) method to add an endnote to the Endnotes collection.
Use Endnotes(index
), where index
is the index number, to return a single Endnote object. The index number represents the position of the endnote in a selection, range, or document.
Properties
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[Int32] |
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. |
Methods
Add(Range, Object, Object) |
Returns a Endnote object that represents an endnote added to a range. |
Convert() |
Converts endnotes to footnotes. |
GetEnumerator() | |
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. |