|
||||||||
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 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. |
boolean |
getBuiltInSound()
Deprecated. |
IAudio |
getSound()
Returns or sets the embedded audio data. |
boolean |
getSoundIsBuiltIn()
Specifies whether or not this sound is a built-in sound. |
boolean |
getSoundLoop()
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. |
java.lang.String |
getSoundName()
Specifies a human readable name for the sound of the 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 |
ITransitionValueBase |
getValue()
Slide show transition value. |
void |
setAdvanceAfterTime(long value)
|
void |
setAdvanceOnClick(boolean value)
|
void |
setBuiltInSound(boolean value)
Deprecated. |
void |
setSound(IAudio value)
|
void |
setSoundIsBuiltIn(boolean value)
|
void |
setSoundLoop(boolean value)
|
void |
setSoundMode(int value)
|
void |
setSoundName(java.lang.String 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 IAudio getSound()
Returns or sets the embedded audio data.
Read-only byte
[].
getSound
in interface ISlideShowTransition
public void setSound(IAudio value)
setSound
in interface ISlideShowTransition
public int getSoundMode()
Set or returns sound mode for slide transition.
getSoundMode
in interface ISlideShowTransition
public void setSoundMode(int value)
setSoundMode
in interface ISlideShowTransition
@Deprecated 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.
@Deprecated public void setBuiltInSound(boolean value)
public boolean getSoundLoop()
This attribute specifies if the sound will loop until the next sound event occurs in slideshow.
getSoundLoop
in interface ISlideShowTransition
public void setSoundLoop(boolean value)
setSoundLoop
in interface ISlideShowTransition
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
getAdvanceOnClick
in interface ISlideShowTransition
public void setAdvanceOnClick(boolean value)
setAdvanceOnClick
in interface ISlideShowTransition
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.
getAdvanceAfterTime
in interface ISlideShowTransition
public void setAdvanceAfterTime(long value)
setAdvanceAfterTime
in interface ISlideShowTransition
public int getSpeed()
Specifies the transition speed that is to be used when transitioning from the current slide to the next.
getSpeed
in interface ISlideShowTransition
public void setSpeed(int value)
setSpeed
in interface ISlideShowTransition
public ITransitionValueBase getValue()
Slide show transition value.
getValue
in interface ISlideShowTransition
public int getType()
Type of transition
getType
in interface ISlideShowTransition
public void setType(int value)
setType
in interface ISlideShowTransition
public boolean getSoundIsBuiltIn()
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.
Read-write bool
.
getSoundIsBuiltIn
in interface ISlideShowTransition
public void setSoundIsBuiltIn(boolean value)
setSoundIsBuiltIn
in interface ISlideShowTransition
public java.lang.String getSoundName()
Specifies a human readable name for the sound of the transition. The Sound
property must be assigned to get or set the sound name.
Read-write string
.
getSoundName
in interface ISlideShowTransition
PptxException
- When Sound
property is not assigned.
public void setSoundName(java.lang.String value)
setSoundName
in interface ISlideShowTransition
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |