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)

Usage

Public Class ndnoteOptionsImplementation
    Implements EndnoteOptions
End Class
Dim ndnoteOptionsImplementation1 As New ndnoteOptionsImplementation()

Syntax

Public Interface EndnoteOptions
public interface EndnoteOptions
public interface class EndnoteOptions
public interface EndnoteOptions
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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

EndnoteOptions Members