PublishObject Interface

Represents a complete or partial loaded presentation that is available for publishing to HTML. The PublishObject object is a member of the PublishObjects collection.

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

Syntax

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

Remarks

You can specify the content and attributes of the published presentation by setting various properties of the PublishObject object. For example, the SourceType property defines the portion of a loaded presentation to be published. The RangeStart property and the RangeEnd property specify the range of slides to publish, and the SpeakerNotes property designates whether or not to publish the speaker's notes.

See Also

Reference

PublishObject Members

Microsoft.Office.Interop.PowerPoint Namespace