|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.presentation.pptobject
com.spire.presentation.drawing.animation.animationeffect
public class animationeffect
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 |
---|
public animationeffect(animationeffectcollection parent)
method detail |
---|
public float getiteratetimevalue()
public void setiteratetimevalue(float value)
public animatetype getiteratetype()
public void setiteratetype(animatetype value)
public timenodeaudioex[] gettimenodeaudios()
public static animationeffectsubtype geteffectsubtypebyid( presettype, animationeffecttype typeanimationeffect, long idsubtype)
public textanimation gettextanimation()
public timenodepresetclasstype getpresetclasstype()
public void setpresetclasstype(timenodepresetclasstype value)
public animationeffecttype getanimationeffecttype()
public void setanimationeffecttype(animationeffecttype value)
public animationeffectsubtype getsubtype()
public void setsubtype(animationeffectsubtype value)
public commonbehaviorcollection getcommonbehaviorcollection()
public void setcommonbehaviorcollection(commonbehaviorcollection value)
public shape getshapetarget()
public timing gettiming()
public void settiming(timing value)
public paragraphex getstartparagraph()
public paragraphex getendparagraph()
public void setstartendparagraphs(int startparaindex, int endparaindex)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |