com.aspose.slides.pptx.slideshowtransition
Class SlideShowTransitionEx

java.lang.Object
  extended by com.aspose.slides.pptx.slideshowtransition.SlideShowTransitionEx

public class SlideShowTransitionEx
extends java.lang.Object

Slide show transition effect.


Method Summary
 long getAdvanceAfterTime()
          Returns the time, in milliseconds, after which the transition should start.
 byte[] getAudioData()
          Returns the embedded audio data.
 TransitionSoundModeEx getSoundMode()
          Returns the sound mode for a slide show transition.
 TransitionSpeedEx getSpeed()
          Returns the transition speed that is to be used when transitioning from the current slide to the next.
 SlideShowTransitionTypeEx getType()
          Returns the slide show transition type.
 SlideShowTransitionValueBaseEx getValue()
          Returns the slide show transition.
 boolean isAdvanceOnClick()
          Determines whether the mouse click will advance a slide.
 boolean isBuiltInSound()
          Determines whether or not this sound is a built-in sound.
 boolean isLoop()
          Determines whether the sound will loop until the next sound event occurs in a slide show.
 void setAdvanceAfterTime(long value)
          Sets the time, in milliseconds, after which the transition should start.
 void setAdvanceOnClick(boolean value)
          Specifies whether the mouse click will advance a slide.
 void setAudioData(byte[] value)
          Sets the embedded audio data.
 void setBuiltInSound(boolean value)
          Specifies whether or not this sound is a built-in sound.
 void setLoop(boolean value)
          Specifies whether the sound will loop until the next sound event occurs in a slide show.
 void setSoundMode(TransitionSoundModeEx value)
          Set the sound mode for a slide show transition.
 void setSpeed(TransitionSpeedEx value)
          Sets the transition speed that is to be used when transitioning from the current slide to the next.
 void setType(SlideShowTransitionTypeEx value)
          Sets the slide show transition type.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAudioData

public byte[] getAudioData()
Returns the embedded audio data.


setAudioData

public void setAudioData(byte[] value)
Sets the embedded audio data.


getSoundMode

public TransitionSoundModeEx getSoundMode()
Returns the sound mode for a slide show transition.


setSoundMode

public void setSoundMode(TransitionSoundModeEx value)
Set the sound mode for a slide show transition.


isBuiltInSound

public boolean isBuiltInSound()
Determines 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.


setBuiltInSound

public void setBuiltInSound(boolean value)
Specifies 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.


isLoop

public boolean isLoop()
Determines whether the sound will loop until the next sound event occurs in a slide show.


setLoop

public void setLoop(boolean value)
Specifies whether the sound will loop until the next sound event occurs in a slide show.


isAdvanceOnClick

public boolean isAdvanceOnClick()
Determines whether the mouse click will advance a slide. If this attribute is not specified then a value of true is assumed


setAdvanceOnClick

public void setAdvanceOnClick(boolean value)
Specifies whether the mouse click will advance a slide. If this attribute is not specified then a value of true is assumed


getAdvanceAfterTime

public long getAdvanceAfterTime()
Returns the time, in milliseconds, after which the transition should start. This setting may be used in conjunction with the AdvanceOnClick attribute. If this attribute is not specified then it is assumed that no auto-advance will occur.


setAdvanceAfterTime

public void setAdvanceAfterTime(long value)
Sets the time, in milliseconds, after which the transition should start. This setting may be used in conjunction with the AdvanceOnClick attribute. If this attribute is not specified then it is assumed that no auto-advance will occur.


getSpeed

public TransitionSpeedEx getSpeed()
Returns the transition speed that is to be used when transitioning from the current slide to the next.


setSpeed

public void setSpeed(TransitionSpeedEx value)
Sets the transition speed that is to be used when transitioning from the current slide to the next.


getValue

public SlideShowTransitionValueBaseEx getValue()
Returns the slide show transition.


getType

public SlideShowTransitionTypeEx getType()
Returns the slide show transition type.


setType

public void setType(SlideShowTransitionTypeEx value)
Sets the slide show transition type.