|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.SlideShowTransition
public class SlideShowTransition
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 |
---|
public int getEntryEffect()
Returns or sets the special effect applied to the specified slide transition.
Read/write SlideTransitionEffect
.
public void setEntryEffect(int value)
public int getSpeed()
Returns or sets the speed of the slide transition.
Read/write SlideTransitionSpeed
.
public void setSpeed(int value)
public double getAdvanceTime()
Returns or sets the amount of time, in seconds, after which the specified
slide transition will occur. Read/write double
.
public void setAdvanceTime(double value)
public boolean getAdvanceOnClick()
Determines whether the specified slide advances when it's clicked during a slide show.
Read/write bool
.
public void setAdvanceOnClick(boolean value)
public boolean getAdvanceOnTime()
Determines whether the specified slide advances automatically after
a specified amount of time has elapsed. Read/write bool
.
public void setAdvanceOnTime(boolean value)
public boolean getHidden()
Determines whether the specified slide is hidden during a slide show.
Read/write bool
.
public void setHidden(boolean value)
public boolean getSound()
Determines whether the specified slide has sound during a slide show.
Read-only bool
.
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
.
public void setLoopSoundUntilNext(boolean value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |