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)

Syntax

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

See Also

Reference

WebOptions Members

Microsoft.Office.Interop.Word Namespace