com.aspose.slides.pptx
Class SlideShowTransitionEx

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

public class SlideShowTransitionEx
extends java.lang.Object


Method Summary
 long getAdvanceAfterTime()
          Returns the time, in milliseconds, after which the transition should start.
 boolean getAdvanceOnClick()
          Determines whether a mouse click will advance the slide or not.
 byte[] getAudioData()
          Returns the embedded audio data.
 boolean getBuiltInSound()
          Returns whether or not this sound is a built-in sound.
 boolean getLoop()
          Determines whether the sound will loop until the next sound event occurs in slideshow.
 TransitionSoundModeEx getSoundMode()
          Returns the sound mode for a slide 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 type of a transition.
 SlideShowTransitionValueBaseEx getValue()
          Returns the slide show transition value.
 void setAdvanceAfterTime(long value)
          Sets the time, in milliseconds, after which the transition should start.
 void setAdvanceOnClick(boolean value)
          Sets whether a mouse click will advance the slide or not.
 void setAudioData(byte[] value)
          Sets the embedded audio data.
 void setBuiltInSound(boolean value)
          Sets whether or not this sound is a built-in sound.
 void setLoop(boolean value)
          Sets whether the sound will loop until the next sound event occurs in slideshow.
 void setSoundMode(TransitionSoundModeEx value)
          Sets the sound mode for a slide 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 type of a transition.
 
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.

Parameters:
value -

getSoundMode

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


setSoundMode

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

Parameters:
value -

getBuiltInSound

public boolean getBuiltInSound()
Returns 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)
Sets 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.

Parameters:
value -

getLoop

public boolean getLoop()
Determines whether the sound will loop until the next sound event occurs in slideshow.


setLoop

public void setLoop(boolean value)
Sets whether the sound will loop until the next sound event occurs in slideshow.

Parameters:
value -

getAdvanceOnClick

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


setAdvanceOnClick

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

Parameters:
value -

getAdvanceAfterTime

public long getAdvanceAfterTime()
Returns 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.


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 advClick attribute. If this attribute is not specified then it is assumed that no auto-advance will occur.

Parameters:
value -

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.

Parameters:
value -

getValue

public SlideShowTransitionValueBaseEx getValue()
Returns the slide show transition value.


getType

public SlideShowTransitionTypeEx getType()
Returns the type of a transition.


setType

public void setType(SlideShowTransitionTypeEx value)
Sets the type of a transition.

Parameters:
value -