|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.TransitionEx
public class TransitionEx
Represents slide show transition.
Method Summary | |
---|---|
long |
getAdvanceAfterTime()
Specifies the time, in milliseconds, after which the transition should start. |
boolean |
getAdvanceOnClick()
Specifies whether a mouse click will advance the slide or not. |
byte[] |
getAudioData()
Returns or sets the embedded audio data. |
boolean |
getBuiltInSound()
Specifies whether or not this sound is a built-in sound. |
boolean |
getLoop()
This attribute specifies if the sound will loop until the next sound event occurs in slideshow. |
int |
getSoundMode()
Set or returns sound mode for slide transition. |
int |
getSpeed()
Specifies the transition speed that is to be used when transitioning from the current slide to the next. |
int |
getType()
Type of transition |
TransitionValueBaseEx |
getValue()
Slide show transition value. |
void |
setAdvanceAfterTime(long value)
|
void |
setAdvanceOnClick(boolean value)
|
void |
setAudioData(byte[] value)
|
void |
setBuiltInSound(boolean value)
|
void |
setLoop(boolean value)
|
void |
setSoundMode(int value)
|
void |
setSpeed(int value)
|
void |
setType(int value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public byte[] getAudioData()
Returns or sets the embedded audio data.
Read-only byte
[].
public void setAudioData(byte[] value)
public int getSoundMode()
Set or returns sound mode for slide transition.
public void setSoundMode(int value)
public boolean getBuiltInSound()
Specifies whether or not this sound is a built-in sound. If this attribute is set to true then the generating application is alerted to check the name attribute specified for this sound in it's list of built-in sounds and can then surface a custom name or UI as needed.
public void setBuiltInSound(boolean value)
public boolean getLoop()
This attribute specifies if the sound will loop until the next sound event occurs in slideshow.
public void setLoop(boolean value)
public boolean getAdvanceOnClick()
Specifies whether a mouse click will advance the slide or not. If this attribute is not specified then a value of true is assumed
public void setAdvanceOnClick(boolean value)
public long getAdvanceAfterTime()
Specifies the time, in milliseconds, after which the transition should start. This setting may be used in conjunction with the advClick attribute. If this attribute is not specified then it is assumed that no auto-advance will occur.
public void setAdvanceAfterTime(long value)
public int getSpeed()
Specifies the transition speed that is to be used when transitioning from the current slide to the next.
public void setSpeed(int value)
public TransitionValueBaseEx getValue()
Slide show transition value.
public int getType()
Type of transition
public void setType(int value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |