EndnoteOptions 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.
Represents the properties assigned to a range or selection of endnotes in a document.
public interface class EndnoteOptions
[System.Runtime.InteropServices.Guid("BF043168-F4DE-4E7C-B206-741A8B3EF71A")]
public interface EndnoteOptions
type EndnoteOptions = interface
Public Interface EndnoteOptions
- Attributes
Remarks
Use the EndnoteOptions property of the Range or Selection object to return an EndnoteOptions object. Using the EndnoteOptions object, you can assign different endnote properties to different areas of a document. For example, you may want endnotes in the introduction of a long document to be displayed as lowercase Roman numerals, while in the rest of your document they are displayed as Arabic numerals.
Properties
Application |
Returns a Application object that represents the Microsoft Word application. |
Creator |
Returns a 32-bit integer that indicates the application in which the specified object was created. |
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 a range or selection of endnotes in a document. |
Parent |
Returns an object that represents the parent object of the specified object. |
StartingNumber |
Returns or sets the starting note number. |