PublishObject.HTMLVersion Property
PowerPoint Developer Reference |
Returns or sets the version of HTML for a published presentation. Read/write.
Syntax
expression.HTMLVersion
expression A variable that represents a PublishObject object.
Return Value
PpHTMLVersion
Remarks
The value returned by the HTMLVersion property can be one of these PpHTMLVersion constants. The default is ppHTMLv4.
ppHTMLAutodetect |
ppHTMLDual |
ppHTMLv3 |
ppHTMLv4 |
Example
This example publishes slides three through five of the active presentation in HTML version 3.0. It names the published presentation Mallard.htm.
Visual Basic for Applications |
---|
|
See Also