PublishObject Object Members
PowerPoint Developer Reference |
Represents a complete or partial loaded presentation that is available for publishing to HTML. The PublishObject object is a member of the PublishObjects collection.
Methods
Name | Description | |
---|---|---|
Publish | Creates a Web presentation (HTML format) from any loaded presentation. You can view the published presentation in a Web browser. |
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the creator of the specified object. | |
FileName | Returns or sets the path and file name of the Web presentation created when all or part of the active presentation is published. Read/write String. | |
HTMLVersion | Returns or sets the version of HTML for a published presentation. Read/write PpHTMLVersion . | |
Parent | Returns the parent object for the specified object. | |
RangeEnd | Returns or sets the number of the last slide in a range of slides you are publishing as a Web presentation. Read/write Integer. | |
RangeStart | Returns or sets the number of the first slide in a range of slides you are publishing as a Web presentation. Read/write Integer. | |
SlideShowName | Returns or sets the name of the custom slide show to run in response to a mouse action on the shape during a slide show (ActionSetting object), returns or sets the name of the custom slide show to print (PrintOptions object), or returns or sets the name of the custom slide show published as a web presentation (PublishObject object). Read/write String. | |
SourceType | Returns or sets the source type of the presentation to be published to HTML. Read/write PpPublishSourceType. | |
SpeakerNotes | Determines whether speaker notes are to be published with the presentation. Read/write MsoTriState. |