SlideShowView Object Members

PowerPoint Developer Reference

Represents the view in a slide show window.

Methods

  Name Description
Bb251490.methods(en-us,office.12).gif DrawLine Draws a line in the specified slide show view.
Bb251490.methods(en-us,office.12).gif 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.
Bb251490.methods(en-us,office.12).gif EraseDrawing Removes lines drawn during a slide show by using either the DrawLine method or the pen tool.
Bb251490.methods(en-us,office.12).gif Exit Ends the specified slide show.
Bb251490.methods(en-us,office.12).gif First Sets the specified slide show view to display the first slide in the presentation.
Bb251490.methods(en-us,office.12).gif FirstAnimationIsAutomatic Returns True if the current slide has an initial animation that runs automically.
Bb251490.methods(en-us,office.12).gif GetClickCount Returns the number of mouse clicks that are defined for a slide.
Bb251490.methods(en-us,office.12).gif GetClickIndex Returns the index number of the current mouse click for an animation that is actively playing on a slide or has just finished.
Bb251490.methods(en-us,office.12).gif GotoClick Plays an animation associated with a specified mouse click and any animations that follow on the slide.
Bb251490.methods(en-us,office.12).gif 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.
Bb251490.methods(en-us,office.12).gif GotoSlide Switches to the specified slide during a slide show. You can specify whether you want the animation effects to be rerun.
Bb251490.methods(en-us,office.12).gif Last Sets the specified slide show view to display the last slide in the presentation.
Bb251490.methods(en-us,office.12).gif Next Displays the slide immediately following the slide that's currently displayed.
Bb251490.methods(en-us,office.12).gif Previous Shows the slide immediately preceding the slide that's currently displayed.
Bb251490.methods(en-us,office.12).gif ResetSlideTime Resets the elapsed time (represented by the SlideElapsedTime property) for the slide that's currently displayed to 0 (zero).

Properties

  Name Description
Bb251490.properties(en-us,office.12).gif AcceleratorsEnabled Determines whether shortcut keys are enabled during a slide show. Read/write.
Bb251490.properties(en-us,office.12).gif AdvanceMode Returns a value that indicates how the slide show in the specified view advances. Read-only.
Bb251490.properties(en-us,office.12).gif Application Returns an Application object that represents the creator of the specified object.
Bb251490.properties(en-us,office.12).gif CurrentShowPosition Returns the position of the current slide within the slide show that is showing in the specified view. Read-only.
Bb251490.properties(en-us,office.12).gif IsNamedShow Determines whether a custom (named) slide show is displayed in the specified slide show view. Read-only.
Bb251490.properties(en-us,office.12).gif LastSlideViewed Returns a Slide object that represents the slide viewed immediately before the current slide in the specified slide show view.
Bb251490.properties(en-us,office.12).gif Parent Returns the parent object for the specified object.
Bb251490.properties(en-us,office.12).gif PointerColor Returns a ColorFormat object that represents the pointer color for the specified presentation during one slide show. Read-only.
Bb251490.properties(en-us,office.12).gif PointerType Returns or sets the type of pointer used in the slide show. Read/write.
Bb251490.properties(en-us,office.12).gif PresentationElapsedTime Returns the number of seconds that have elapsed since the beginning of the specified slide show. Read-only.
Bb251490.properties(en-us,office.12).gif Slide Returns a Slide object that represents the slide that's currently displayed in the specified slide show window view. Read-only.
Bb251490.properties(en-us,office.12).gif SlideElapsedTime Returns the number of seconds that the current slide has been displayed. Read/write.
Bb251490.properties(en-us,office.12).gif SlideShowName Returns the name of the custom slide show that's currently running in the specified slide show view. Read-only.
Bb251490.properties(en-us,office.12).gif State Returns or sets the state of the slide show. Read/write.
Bb251490.properties(en-us,office.12).gif Zoom Returns the zoom setting of the specified slide show window view as a percentage of normal size. Read-only.