|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.presentation.drawing.transition.slideshowtransition
public class slideshowtransition
represents slide show transition.
constructor summary | |
---|---|
slideshowtransition(activeslide slide)
|
|
slideshowtransition( sourcecontainer,
activeslide slide)
|
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()
specifies whether or not this sound is a built-in sound. |
long |
getduration()
specifies the transition duration.take effect above office 2010. |
boolean |
getloop()
this attribute specifies if the sound will loop until the next sound event occurs in slideshow. |
java.lang.object |
getoption()
option of transition |
transitionsoundmode |
getsoundmode()
returns sound mode for slide transition. |
transitionspeed |
getspeed()
specifies the transition speed that is to be used when transitioning from the current slide to the next. |
transitiontype |
gettype()
type of transition |
transition |
getvalue()
slide show transition. |
byte[] |
getwavdata()
gets the embedded audio data. |
void |
setadvanceaftertime(long value)
|
void |
setadvanceonclick(boolean value)
|
void |
setbuiltinsound(boolean value)
|
void |
setduration(long value)
|
void |
setloop(boolean value)
|
void |
setoption(java.lang.object value)
|
void |
setsoundmode(transitionsoundmode value)
set sound mode for slide transition. |
void |
setspeed(transitionspeed value)
|
void |
settype(transitiontype value)
|
void |
setwavdata(byte[] value)
sets the embedded audio data. |
constructor detail |
---|
public slideshowtransition( sourcecontainer, activeslide slide)
public slideshowtransition(activeslide slide)
method detail |
---|
public byte[] getwavdata()
public void setwavdata(byte[] value)
public transitionsoundmode getsoundmode()
public void setsoundmode(transitionsoundmode value)
public boolean getbuiltinsound()
public void setbuiltinsound(boolean value)
public boolean getloop()
public void setloop(boolean value)
public boolean getadvanceonclick()
public void setadvanceonclick(boolean value)
public long getadvanceaftertime()
public void setadvanceaftertime(long value)
public transitionspeed getspeed()
public void setspeed(transitionspeed value)
public long getduration()
public void setduration(long value)
public transition getvalue()
public transitiontype gettype()
public void settype(transitiontype value)
public java.lang.object getoption()
public void setoption(java.lang.object value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |