Skip to main content

ApiSlideShowTransition

Represents the ApiSlideShowTransition class.

Methods

MethodReturnsDescription
GetAdvanceOnClickbooleanReturns whether the slide advances on mouse click.
GetAdvanceOnTimebooleanReturns whether the slide advances after a specified time.
GetAdvanceTimenumber | undefinedReturns the slide advance time in milliseconds.
GetClassType"slideShowTransition"Returns the type of the ApiSlideShowTransition class.
GetDurationnumberReturns the transition duration in milliseconds for the slide show transition.
GetEntryEffectEntryEffectReturns the entry effect for the slide show transition.
GetSpeedTransitionSpeedReturns 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
SetAdvanceOnClickbooleanSets whether the slide advances on mouse click.
SetAdvanceOnTimebooleanSets whether the slide advances after a specified time.
SetAdvanceTimebooleanSets the slide advance time in milliseconds.
SetDurationbooleanSets the transition duration in milliseconds for the slide show transition.
SetEntryEffectbooleanSets the entry effect for the slide show transition.
SetSpeedbooleanSets the transition speed (similar to PowerPoint VBA Speed property). Converts speed to duration based on standard values: - fast = 500ms - medium = 750ms - slow = 1000ms