SlideShowSettings Members
Include Protected Members
Include Inherited Members
Represents the slide show setup for a presentation.
The SlideShowSettings type exposes the following members.
Properties
Name | Description | |
---|---|---|
AdvanceMode | Returns or sets a value that indicates how the slide show advances. Read/write. | |
Application | Returns an Application object that represents the creator of the specified object. | |
EndingSlide | Returns or sets the last slide to be displayed in the specified slide show. Read/write. | |
LoopUntilStopped | Determines whether specified slide show loops continuously until the user presses ESC. Read/write. | |
NamedSlideShows | Returns a NamedSlideShows collection that represents all the named slide shows (custom slide shows) in the specified presentation. Read-only. | |
Parent | Returns the parent object for the specified object. | |
PointerColor | Returns the pointer color for the specified presentation as a ColorFormat object. Read-only. | |
RangeType | Returns or sets the type of slide show to run. Read/write. | |
ShowMediaControls | Allows access to the media controls in the SlideShowSettings object. Read/write. | |
ShowPresenterView | Returns the presenter view of the SlideShowSettings object. Read/write. | |
ShowScrollbar | Determines whether to display the scroll bar during a slide show in browse mode. Read/write. | |
ShowType | Returns or sets the show type for the specified slide show. Read/write. | |
ShowWithAnimation | Determines whether the specified slide show displays shapes with assigned animation settings. Read/write. | |
ShowWithNarration | Determines whether the specified slide show is shown with narration. Read/write. | |
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. Read/write. | |
StartingSlide | Returns or sets the first slide to be displayed in the specified slide show. Read/write. |
Top
Methods
Name | Description | |
---|---|---|
Run | Runs a slide show of the specified presentation. Returns a SlideShowWindow object. |
Top