DefaultWebOptions.HTMLVersion Property

Returns or sets the global default version of HTML for published presentations. Read/write.

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

Syntax

'Declaration
Property HTMLVersion As PpHTMLVersion
    Get
    Set
'Usage
Dim instance As DefaultWebOptions
Dim value As PpHTMLVersion

value = instance.HTMLVersion

instance.HTMLVersion = value
PpHTMLVersion HTMLVersion { get; set; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.PpHTMLVersion

Remarks

You can override the global setting for an individual presentation by setting the HTMLVersion property of the WebOptions object for that presentation.

The value returned by the HTMLVersion property can be one of these PpHTMLVersion constants. The default is ppHTMLv4.

ppHTMLAutodetect

ppHTMLDual

ppHTMLv3

ppHTMLv4

See Also

Reference

DefaultWebOptions Interface

DefaultWebOptions Members

Microsoft.Office.Interop.PowerPoint Namespace