withTransition

fnPresentationSlide withTransition(PresentationSlide s, string transitionType, string transitionStyle, string transitionSpeed)

Sets the transition on a presentation slide.

Parameters

sThe slide to modify.
transitionTypeThe transition type (e.g. "automatic", "semi-automatic", "manual").
transitionStyleThe transition style (e.g. "fade-from-left", "wipe-down").
transitionSpeedThe transition speed (e.g. "slow", "medium", "fast").

Returns

The modified slide (by value).