com.aspose.slides
Class SlideShowTransition

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

public class SlideShowTransition
extends java.lang.Object

Represents an information about how the specified slide advances during a slide show.


Method Summary
 boolean getAdvanceOnClick()
           Determines whether the specified slide advances when it's clicked during a slide show.
 boolean getAdvanceOnTime()
           Determines whether the specified slide advances automatically after a specified amount of time has elapsed.
 double getAdvanceTime()
           Returns or sets the amount of time, in seconds, after which the specified slide transition will occur.
 int getEntryEffect()
           Returns or sets the special effect applied to the specified slide transition.
 boolean getHidden()
           Determines whether the specified slide is hidden during a slide show.
 boolean getLoopSoundUntilNext()
           Specifies whether the sound that's been set for the specified slide transition loops until the next sound starts.
 boolean getSound()
           Determines whether the specified slide has sound during a slide show.
 int getSpeed()
           Returns or sets the speed of the slide transition.
 void setAdvanceOnClick(boolean value)
           
 void setAdvanceOnTime(boolean value)
           
 void setAdvanceTime(double value)
           
 void setEntryEffect(int value)
           
 void setHidden(boolean value)
           
 void setLoopSoundUntilNext(boolean value)
           
 void setSpeed(int value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getEntryEffect

public int getEntryEffect()

Returns or sets the special effect applied to the specified slide transition. Read/write SlideTransitionEffect.


setEntryEffect

public void setEntryEffect(int value)

getSpeed

public int getSpeed()

Returns or sets the speed of the slide transition. Read/write SlideTransitionSpeed.


setSpeed

public void setSpeed(int value)

getAdvanceTime

public double getAdvanceTime()

Returns or sets the amount of time, in seconds, after which the specified slide transition will occur. Read/write double.


setAdvanceTime

public void setAdvanceTime(double value)

getAdvanceOnClick

public boolean getAdvanceOnClick()

Determines whether the specified slide advances when it's clicked during a slide show. Read/write bool.


setAdvanceOnClick

public void setAdvanceOnClick(boolean value)

getAdvanceOnTime

public boolean getAdvanceOnTime()

Determines whether the specified slide advances automatically after a specified amount of time has elapsed. Read/write bool.


setAdvanceOnTime

public void setAdvanceOnTime(boolean value)

getHidden

public boolean getHidden()

Determines whether the specified slide is hidden during a slide show. Read/write bool.


setHidden

public void setHidden(boolean value)

getSound

public boolean getSound()

Determines whether the specified slide has sound during a slide show. Read-only bool.


getLoopSoundUntilNext

public boolean getLoopSoundUntilNext()

Specifies whether the sound that's been set for the specified slide transition loops until the next sound starts. Read/write bool.


setLoopSoundUntilNext

public void setLoopSoundUntilNext(boolean value)