Specifies how presentations are saved to HTML.
| Attribute | Description |
| browsersupport | Contains one of the following string constants specifying the version of Microsoft Internet Explorer supported: dual, v3, or v4. Dual specifies both versions 3 and 4. |
| endslide | Index of the last slide in a published presentation. The default integer value is the last slide in the presentation. |
| hidespeakernote | Determines whether the speaker notes are hidden. The default value is False. |
| href | Defines a path to the HTML page. |
| nameshow | Specifies the name of a published custom slide show. |
| noloadinbrowser | Determines whether the presentation is loaded in a browser. The default value is False. |
| startslide | Specifies the index of the first slide in a published presentation. The default integer value is 1. |
Contained In
Remarks
The Web Options dialog box is used to modify the document settings.
This example shows the HTML settings.
<p:htmlpublishsettings browsersupport="v4" href="C:\WINDOWS\Desktop\Laure.htm" />