animationeffect-ag凯发旗舰厅



com.spire.presentation.drawing.animation
class animationeffect

java.lang.object
  extended by com.spire.presentation.pptobject
      extended by com.spire.presentation.drawing.animation.animationeffect

public class animationeffect
extends pptobject

represents timing information about a slide animation.


constructor summary
animationeffect(animationeffectcollection parent)
           
 
method summary
 animationeffecttype getanimationeffecttype()
          defines type of effect.
 commonbehaviorcollection getcommonbehaviorcollection()
          gets collection of behavior for effect.
static animationeffectsubtype ( presettype, animationeffecttype typeanimationeffect, long idsubtype)
           
 paragraphex getendparagraph()
          ending text paragraph which effect is applied to.
 float getiteratetimevalue()
          if the value is less than 0, this element describes the duration of the iteration interval in absolute time.
 animatetype getiteratetype()
           
 timenodepresetclasstype getpresetclasstype()
          defines class of effect.
 shape getshapetarget()
          returns the shape that is applied with the specific animation effect.
 paragraphex getstartparagraph()
          starting text paragraph which effect is applied to.
 animationeffectsubtype getsubtype()
          defines subtype of effect.
 textanimation gettextanimation()
           
 timenodeaudioex[] gettimenodeaudios()
          timenodeaudios
 timing gettiming()
          defines timing value for effect.
 void setanimationeffecttype(animationeffecttype value)
           
 void setcommonbehaviorcollection(commonbehaviorcollection value)
           
 void setiteratetimevalue(float value)
           
 void setiteratetype(animatetype value)
           
 void setpresetclasstype(timenodepresetclasstype value)
           
 void setstartendparagraphs(int startparaindex, int endparaindex)
          starting and ending text paragraph which effect is applied to.
 void setsubtype(animationeffectsubtype value)
           
 void settiming(timing value)
           
 
methods inherited from class com.spire.presentation.pptobject
checkdisposed, getparent
 
constructor detail

animationeffect

public animationeffect(animationeffectcollection parent)
method detail

getiteratetimevalue

public float getiteratetimevalue()
if the value is less than 0, this element describes the duration of the iteration interval in absolute time. if the value is greater than 0, this element describes the duration of the iteration interval in percentage of time.
returns:

setiteratetimevalue

public void setiteratetimevalue(float value)

getiteratetype

public animatetype getiteratetype()

setiteratetype

public void setiteratetype(animatetype value)

gettimenodeaudios

public timenodeaudioex[] gettimenodeaudios()
timenodeaudios
returns:

geteffectsubtypebyid

public static animationeffectsubtype geteffectsubtypebyid( presettype,
                                                          animationeffecttype typeanimationeffect,
                                                          long idsubtype)

gettextanimation

public textanimation gettextanimation()

getpresetclasstype

public timenodepresetclasstype getpresetclasstype()
defines class of effect. read/write .
returns:

setpresetclasstype

public void setpresetclasstype(timenodepresetclasstype value)

getanimationeffecttype

public animationeffecttype getanimationeffecttype()
defines type of effect. read/write .
returns:

setanimationeffecttype

public void setanimationeffecttype(animationeffecttype value)

getsubtype

public animationeffectsubtype getsubtype()
defines subtype of effect. read/write .
returns:

setsubtype

public void setsubtype(animationeffectsubtype value)

getcommonbehaviorcollection

public commonbehaviorcollection getcommonbehaviorcollection()
gets collection of behavior for effect. read/write .
returns:

setcommonbehaviorcollection

public void setcommonbehaviorcollection(commonbehaviorcollection value)

getshapetarget

public shape getshapetarget()
returns the shape that is applied with the specific animation effect.
returns:

gettiming

public timing gettiming()
defines timing value for effect. read/write .
returns:

settiming

public void settiming(timing value)

getstartparagraph

public paragraphex getstartparagraph()
starting text paragraph which effect is applied to. read-only
returns:

getendparagraph

public paragraphex getendparagraph()
ending text paragraph which effect is applied to. read-only
returns:

setstartendparagraphs

public void setstartendparagraphs(int startparaindex,
                                  int endparaindex)
starting and ending text paragraph which effect is applied to.


网站地图