com.aspose.slides
Class TransitionEx

java.lang.Object
  extended by com.aspose.slides.TransitionEx

public class TransitionEx
extends java.lang.Object

Represents slide show transition.


Method Summary
 long getAdvanceAfterTime()
           Specifies the time, in milliseconds, after which the transition should start.
 boolean getAdvanceOnClick()
           Specifies whether a mouse click will advance the slide or not.
 byte[] getAudioData()
           Returns or sets the embedded audio data.
 boolean getBuiltInSound()
           Specifies whether or not this sound is a built-in sound.
 boolean getLoop()
           This attribute specifies if the sound will loop until the next sound event occurs in slideshow.
 int getSoundMode()
           Set or returns sound mode for slide transition.
 int getSpeed()
           Specifies the transition speed that is to be used when transitioning from the current slide to the next.
 int getType()
           Type of transition
 TransitionValueBaseEx getValue()
           Slide show transition value.
 void setAdvanceAfterTime(long value)
           
 void setAdvanceOnClick(boolean value)
           
 void setAudioData(byte[] value)
           
 void setBuiltInSound(boolean value)
           
 void setLoop(boolean value)
           
 void setSoundMode(int value)
           
 void setSpeed(int value)
           
 void setType(int value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAudioData

public byte[] getAudioData()

Returns or sets the embedded audio data. Read-only byte[].


setAudioData

public void setAudioData(byte[] value)

getSoundMode

public int getSoundMode()

Set or returns sound mode for slide transition.


setSoundMode

public void setSoundMode(int value)

getBuiltInSound

public boolean getBuiltInSound()

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.


setBuiltInSound

public void setBuiltInSound(boolean value)

getLoop

public boolean getLoop()

This attribute specifies if the sound will loop until the next sound event occurs in slideshow.


setLoop

public void setLoop(boolean value)

getAdvanceOnClick

public boolean getAdvanceOnClick()

Specifies 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)

getAdvanceAfterTime

public long getAdvanceAfterTime()

Specifies 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)

getSpeed

public int getSpeed()

Specifies the transition speed that is to be used when transitioning from the current slide to the next.


setSpeed

public void setSpeed(int value)

getValue

public TransitionValueBaseEx getValue()

Slide show transition value.


getType

public int getType()

Type of transition


setType

public void setType(int value)