|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.SlideShowTransition
public final class SlideShowTransition
Represents information about how the specified slide advances during a slide show.
Method Summary | |
---|---|
double |
getAdvanceTime()
Returns the amount of time, in seconds, after which the specified slide transition will occur. |
int |
getEntryEffect()
Returns the special effect applied to the specified slide transition. |
boolean |
getSound()
Determines whether the specified slide has sound during a slide show. |
int |
getSpeed()
Returns the speed of a slide transition. |
boolean |
isAdvanceOnClick()
Determines whether the specified slide advances when it's clicked during a slide show. |
boolean |
isAdvanceOnTime()
Determines whether the specified slide advances automatically after a specified amount of time has elapsed. |
boolean |
isHidden()
Determines whether the specified slide is hidden during a slide show. |
boolean |
isLoopSoundUntilNext()
Determines whether the sound that's been set for the specified slide transition loops until the next sound starts. |
void |
setAdvanceOnClick(boolean value)
Sets whether the specified slide advances when it's clicked during a slide show. |
void |
setAdvanceOnTime(boolean value)
Sets whether the specified slide advances automatically after a specified amount of time has elapsed. |
void |
setAdvanceTime(double value)
Sets the amount of time, in seconds, after which the specified slide transition will occur. |
void |
setEntryEffect(int value)
Sets the special effect applied to the specified slide transition. |
void |
setHidden(boolean value)
Sets whether the specified slide is hidden during a slide show. |
void |
setLoopSoundUntilNext(boolean value)
Sets whether the sound that's been set for the specified slide transition loops until the next sound starts. |
void |
setSpeed(int value)
Sets the speed of a slide transition. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getEntryEffect()
SlideTransitionEffect
.public void setEntryEffect(int value)
value
- new entry effect. See SlideTransitionEffect
.public int getSpeed()
SlideTransitionSpeed
.public void setSpeed(int value)
value
- the new speed of a slide transition. See
SlideTransitionSpeed
.public double getAdvanceTime()
public void setAdvanceTime(double value)
value
- the new amount of time in seconds.public boolean isAdvanceOnClick()
public void setAdvanceOnClick(boolean value)
value
- true to advance slide when it's clicked during a slide
show.public boolean isAdvanceOnTime()
public void setAdvanceOnTime(boolean value)
value
- true to advance slide automatically.public boolean isHidden()
public void setHidden(boolean value)
value
- true to hide the slide.public boolean getSound()
public boolean isLoopSoundUntilNext()
public void setLoopSoundUntilNext(boolean value)
value
- true to loop the slide's sound.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |