slideshowtransition-ag凯发旗舰厅



com.spire.presentation.drawing.transition
class slideshowtransition

java.lang.object
  extended by com.spire.presentation.drawing.transition.slideshowtransition

public class slideshowtransition
extends java.lang.object

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

slideshowtransition

public slideshowtransition( sourcecontainer,
                           activeslide slide)

slideshowtransition

public slideshowtransition(activeslide slide)
method detail

getwavdata

public byte[] getwavdata()
gets the embedded audio data. read-only [].
returns:

setwavdata

public void setwavdata(byte[] value)
sets the embedded audio data. read-only [].

getsoundmode

public transitionsoundmode getsoundmode()
returns sound mode for slide transition.
returns:

setsoundmode

public void setsoundmode(transitionsoundmode value)
set sound mode for slide transition.

getbuiltinsound

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.
returns:

setbuiltinsound

public void setbuiltinsound(boolean value)

getloop

public boolean getloop()
this attribute specifies if the sound will loop until the next sound event occurs in slideshow.
returns:

setloop

public void setloop(boolean value)

getadvanceonclick

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
returns:

setadvanceonclick

public void setadvanceonclick(boolean value)

getadvanceaftertime

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.
returns:

setadvanceaftertime

public void setadvanceaftertime(long value)

getspeed

public transitionspeed getspeed()
specifies the transition speed that is to be used when transitioning from the current slide to the next.
returns:

setspeed

public void setspeed(transitionspeed value)

getduration

public long getduration()
specifies the transition duration.take effect above office 2010. millisecond.
returns:

setduration

public void setduration(long value)

getvalue

public transition getvalue()
slide show transition.
returns:

gettype

public transitiontype gettype()
type of transition
returns:

settype

public void settype(transitiontype value)

getoption

public java.lang.object getoption()
option of transition
returns:

setoption

public void setoption(java.lang.object value)


网站地图