DefaultWebOptions Interface

Contains global application-level attributes used by Microsoft PowerPoint when you publish or save a complete or partial presentation as a Web page or when you open a Web page.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
<GuidAttribute("914934CD-5A91-11CF-8700-00AA0060263B")> _
Public Interface DefaultWebOptions
'Usage
Dim instance As DefaultWebOptions
[GuidAttribute("914934CD-5A91-11CF-8700-00AA0060263B")]
public interface DefaultWebOptions

Remarks

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

See Also

Reference

DefaultWebOptions Members

Microsoft.Office.Interop.PowerPoint Namespace