WebOptions Interface 

Contains document-level attributes used by Microsoft Word when you save a document as a Web page or open a Web page.

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

Usage

Public Class ebOptionsImplementation
    Implements WebOptions
End Class
Dim ebOptionsImplementation1 As New ebOptionsImplementation()

Syntax

Public Interface WebOptions
public interface WebOptions
public interface class WebOptions
public interface WebOptions
public interface WebOptions

Remarks

You can return or set attributes either at the application (global) level or at the document level. (Note that attribute values can be different from one document to another, depending on the attribute value at the time the document was saved.) Document-level attribute settings override application-level attribute settings. Application-level attributes are contained in the DefaultWebOptions object.

Use the WebOptions property to return the WebOptions 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

WebOptions Members