WebOptions Property

Returns the WebOptions object, which contains document-level attributes used by Microsoft Word when you save a document as a Web page or open a Web page. Read-only.

Example

This example specifies that cascading style sheets and Western document encoding be used when items in the active document are saved to a Web page.

Set objWO = ActiveDocument.WebOptions
objWO.RelyOnCSS = True
objWO.Encoding = msoEncodingWestern

Applies to | Document Object

See Also | DefaultWebOptions Method