Options Interface 

Represents application and document options in Microsoft Word. Many of the properties for the Options object correspond to items in the Options dialog box (Tools menu).

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class ptionsImplementation
    Implements Options
End Class
Dim ptionsImplementation1 As New ptionsImplementation()

Syntax

Public Interface Options
public interface Options
public interface class Options
public interface Options
public interface Options

Remarks

Use the Options property to return the Options object.

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

Options Members