DefaultWebOptions Interface 

Contains global application-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 efaultWebOptionsImplementation
    Implements DefaultWebOptions
End Class
Dim efaultWebOptionsImplementation1 As New efaultWebOptionsImplementation()

Syntax

Public Interface DefaultWebOptions
public interface DefaultWebOptions
public interface class DefaultWebOptions
public interface DefaultWebOptions
public interface DefaultWebOptions

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. Document-level attributes are contained in the WebOptions object.

Use the DefaultWebOptions method to return the DefaultWebOptions 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

DefaultWebOptions Members