EndnoteOptions Interface

Represents the properties assigned to a range or selection of endnotes in a document.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("BF043168-F4DE-4E7C-B206-741A8B3EF71A")> _
Public Interface EndnoteOptions
'Usage
Dim instance As EndnoteOptions
[GuidAttribute("BF043168-F4DE-4E7C-B206-741A8B3EF71A")]
public interface EndnoteOptions

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.

See Also

Reference

EndnoteOptions Members

Microsoft.Office.Interop.Word Namespace