ApiSlideShowTransition
Represents the ApiSlideShowTransition class.
Methods
| Method | Returns | Description |
|---|---|---|
| GetAdvanceOnClick | boolean | Returns whether the slide advances on mouse click. |
| GetAdvanceOnTime | boolean | Returns whether the slide advances after a specified time. |
| GetAdvanceTime | number | undefined | Returns the slide advance time in milliseconds. |
| GetClassType | "slideShowTransition" | Returns the type of the ApiSlideShowTransition class. |
| GetDuration | number | Returns the transition duration in milliseconds for the slide show transition. |
| GetEntryEffect | EntryEffect | Returns the entry effect for the slide show transition. |
| GetSpeed | TransitionSpeed | Returns the transition speed (similar to PowerPoint VBA Speed property). |
| SetAdvanceOnClick | boolean | Sets whether the slide advances on mouse click. |
| SetAdvanceOnTime | boolean | Sets whether the slide advances after a specified time. |
| SetAdvanceTime | boolean | Sets the slide advance time in milliseconds. |
| SetDuration | boolean | Sets the transition duration in milliseconds for the slide show transition. |
| SetEntryEffect | boolean | Sets the entry effect for the slide show transition. |
| SetSpeed | boolean | Sets the transition speed (similar to PowerPoint VBA Speed property). |