|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.SlideShowTransitionEx
public class SlideShowTransitionEx
Method Summary | |
---|---|
long |
getAdvanceAfterTime()
Returns the time, in milliseconds, after which the transition should start. |
boolean |
getAdvanceOnClick()
Determines whether a mouse click will advance the slide or not. |
byte[] |
getAudioData()
Returns the embedded audio data. |
boolean |
getBuiltInSound()
Returns whether or not this sound is a built-in sound. |
boolean |
getLoop()
Determines whether the sound will loop until the next sound event occurs in slideshow. |
TransitionSoundModeEx |
getSoundMode()
Returns the sound mode for a slide 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 type of a transition. |
SlideShowTransitionValueBaseEx |
getValue()
Returns the slide show transition value. |
void |
setAdvanceAfterTime(long value)
Sets the time, in milliseconds, after which the transition should start. |
void |
setAdvanceOnClick(boolean value)
Sets whether a mouse click will advance the slide or not. |
void |
setAudioData(byte[] value)
Sets the embedded audio data. |
void |
setBuiltInSound(boolean value)
Sets whether or not this sound is a built-in sound. |
void |
setLoop(boolean value)
Sets whether the sound will loop until the next sound event occurs in slideshow. |
void |
setSoundMode(TransitionSoundModeEx value)
Sets the sound mode for a slide 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 type of a transition. |
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)
value
- public TransitionSoundModeEx getSoundMode()
public void setSoundMode(TransitionSoundModeEx value)
value
- public boolean getBuiltInSound()
public void setBuiltInSound(boolean value)
value
- public boolean getLoop()
public void setLoop(boolean value)
value
- public boolean getAdvanceOnClick()
public void setAdvanceOnClick(boolean value)
value
- public long getAdvanceAfterTime()
public void setAdvanceAfterTime(long value)
value
- public TransitionSpeedEx getSpeed()
public void setSpeed(TransitionSpeedEx value)
value
- public SlideShowTransitionValueBaseEx getValue()
public SlideShowTransitionTypeEx getType()
public void setType(SlideShowTransitionTypeEx value)
value
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |