|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.slideshowtransition.SlideShowTransitionEx
public class SlideShowTransitionEx
Slide show transition effect.
Method Summary | |
---|---|
long |
getAdvanceAfterTime()
Returns the time, in milliseconds, after which the transition should start. |
byte[] |
getAudioData()
Returns the embedded audio data. |
TransitionSoundModeEx |
getSoundMode()
Returns the sound mode for a slide show 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 slide show transition type. |
SlideShowTransitionValueBaseEx |
getValue()
Returns the slide show transition. |
boolean |
isAdvanceOnClick()
Determines whether the mouse click will advance a slide. |
boolean |
isBuiltInSound()
Determines whether or not this sound is a built-in sound. |
boolean |
isLoop()
Determines whether the sound will loop until the next sound event occurs in a slide show. |
void |
setAdvanceAfterTime(long value)
Sets the time, in milliseconds, after which the transition should start. |
void |
setAdvanceOnClick(boolean value)
Specifies whether the mouse click will advance a slide. |
void |
setAudioData(byte[] value)
Sets the embedded audio data. |
void |
setBuiltInSound(boolean value)
Specifies whether or not this sound is a built-in sound. |
void |
setLoop(boolean value)
Specifies whether the sound will loop until the next sound event occurs in a slide show. |
void |
setSoundMode(TransitionSoundModeEx value)
Set the sound mode for a slide show 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 slide show transition type. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public byte[] getAudioData()
public void setAudioData(byte[] value)
public TransitionSoundModeEx getSoundMode()
public void setSoundMode(TransitionSoundModeEx value)
public boolean isBuiltInSound()
public void setBuiltInSound(boolean value)
public boolean isLoop()
public void setLoop(boolean value)
public boolean isAdvanceOnClick()
public void setAdvanceOnClick(boolean value)
public long getAdvanceAfterTime()
public void setAdvanceAfterTime(long value)
public TransitionSpeedEx getSpeed()
public void setSpeed(TransitionSpeedEx value)
public SlideShowTransitionValueBaseEx getValue()
public SlideShowTransitionTypeEx getType()
public void setType(SlideShowTransitionTypeEx value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |