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)

Syntax

'Declaration
<GuidAttribute("000209E3-0000-0000-C000-000000000046")> _
Public Interface DefaultWebOptions
'Usage
Dim instance As DefaultWebOptions
[GuidAttribute("000209E3-0000-0000-C000-000000000046")]
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.

See Also

Reference

DefaultWebOptions Members

Microsoft.Office.Interop.Word Namespace