SlideShowView Members (PowerPoint)

GitHub-Mark-64px

Contribute to this content

Use GitHub to suggest and submit changes. See our guidelines for contributing to VBA documentation.

Methods

Name

Description

DrawLine

Draws a line in the specified slide show view.

EndNamedShow

Switches from running a custom, or named, slide show to running the entire presentation of which the custom show is a subset. When the slide show advances from the current slide, the next slide displayed will be the next one in the entire presentation, not the next one in the custom slide show.

EraseDrawing

Removes lines drawn during a slide show by using either the DrawLine method or the pen tool.

Exit

Ends the specified slide show.

First

Sets the specified slide show view to display the first slide in the presentation.

FirstAnimationIsAutomatic

Returns True if the current slide has an initial animation that runs automatically.

GetClickCount

Returns the number of mouse clicks that are defined for a slide.

GetClickIndex

Returns the index number of the current mouse click for an animation that is actively playing on a slide or has just finished.

GotoClick

Plays an animation associated with a specified mouse click and any animations that follow on the slide.

GotoNamedShow

Switches to the specified custom, or named, slide show during another slide show. When the slide show advances from the current slide, the next slide displayed will be the next one in the specified custom slide show, not the next one in current slide show.

GotoSlide

Switches to the specified slide during a slide show. You can specify whether you want the animation effects to be rerun.

Last

Sets the specified slide show view to display the last slide in the presentation.

Next

Displays the slide immediately following the slide that's currently displayed.

Player

Allows access to playback controls for the associated view in the current window.

Previous

Shows the slide immediately preceding the slide that's currently displayed.

ResetSlideTime

Resets the elapsed time (represented by the SlideElapsedTime property) for the slide that's currently displayed to 0 (zero).

Properties

Name

Description

AcceleratorsEnabled

Determines whether shortcut keys are enabled during a slide show. Read/write.

AdvanceMode

Returns a value that indicates how the slide show in the specified view advances. Read-only.

Application

Returns an Application object that represents the creator of the specified object.

CurrentShowPosition

Returns the position of the current slide within the slide show that is showing in the specified view. Read-only.

IsNamedShow

Determines whether a custom (named) slide show is displayed in the specified slide show view. Read-only.

LaserPointerEnabled

Returns true if the current slide show pointer is a laser pointer. This property is applicable only while the slide show is running. Read/write.

LastSlideViewed

Returns a Slide object that represents the slide viewed immediately before the current slide in the specified slide show view.

MediaControlsHeight

Returns the height of the media control bounding box. Read-only.

MediaControlsLeft

Returns the distance, in points, from the left edge of the media control bounding box to the left edge of the Slide. Read-only.

MediaControlsTop

Returns the distance, in points, from the top edge of the media control bounding box to the top edge of the Slide object. Read-only.

MediaControlsVisible

Indicates whether the media controls are visible. Read-only.

MediaControlsWidth

Returns the width, in points, of the media control bounding box. Read-only.

Parent

Returns the parent object for the specified object.

PointerColor

Returns a ColorFormat object that represents the pointer color for the specified presentation during one slide show. Read-only.

PointerType

Returns or sets the type of pointer used in the slide show. Read/write.

PresentationElapsedTime

Returns the number of seconds that have elapsed since the beginning of the specified slide show. Read-only.

Slide

Returns a Slide object that represents the slide that's currently displayed in the specified slide show window view. Read-only.

SlideElapsedTime

Returns the number of seconds that the current slide has been displayed. Read/write.

SlideShowName

Returns the name of the custom slide show that's currently running in the specified slide show view. Read-only.

State

Returns or sets the state of the slide show. Read/write.

Zoom

Returns the zoom setting of the specified slide show window view as a percentage of normal size. Read-only.