ISlideShowTransition

ISlideShowTransition class

Represents slide show transition.

The ISlideShowTransition type exposes the following members:

Properties

NameDescription
soundReturns or sets the embedded audio data.
Read-write IAudio.
sound_modeSet or returns sound mode for slide transition.
Read-write TransitionSoundMode.
sound_loopThis attribute specifies if the sound will loop until the next sound event occurs in
slideshow.
Read-write bool.
advance_on_clickSpecifies whether a mouse click will advance the slide or not. If this attribute is not
specified then a value of true is assumed.
Read-write bool.
advance_afterThis attribute specifies if the slideshow will move to the next slide after a certain time.
Read/write bool.
advance_after_timeSpecifies the time, in milliseconds, after which the transition should start. This setting
may be used in conjunction with the advClick attribute. If this attribute is not specified
then it is assumed that no auto-advance will occur.
Read-write int.
speedSpecifies the transition speed that is to be used when transitioning from the current slide
to the next.
Read-write TransitionSpeed.
valueSlide show transition value.
Read-only ITransitionValueBase.
typeType of transition.
Read-write TransitionType.
sound_is_built_inSpecifies whether or not this sound is a built-in sound. If this attribute is set to true then
the generating application is alerted to check the name attribute specified for this sound
in it’s list of built-in sounds and can then surface a custom name or UI as needed.
Read-write bool.
sound_nameSpecifies a human readable name for the sound of the transition. The sound property must be assigned to get or set the sound name.
Read-write string.

See Also