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). Maps duration to speed based on OOXML spd attribute logic: - fast: duration <= 500ms - medium: 500ms < duration <= 750ms - slow: duration > 750ms |
| 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). Converts speed to duration based on standard values: - fast = 500ms - medium = 750ms - slow = 1000ms |