|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.BehaviorEx
com.aspose.slides.PropertyEffectEx
public class PropertyEffectEx
Represent property effect behavior.
Constructor Summary | |
---|---|
PropertyEffectEx()
|
Method Summary | |
---|---|
java.lang.String |
getBy()
Specifies a relative offset value for the animation with respect to its position before the start of the animation. |
int |
getCalcMode()
Specifies the interpolation mode for the animation Read/write PropertyCalcModeTypeEx . |
java.lang.String |
getFrom()
Specifies the starting value of the animation. |
PointsEx |
getPoints()
Specifies the points of the animation. |
java.lang.String |
getTo()
Specifies the ending value for the animation. |
int |
getValueType()
Specifies the type of a property value. |
void |
setBy(java.lang.String value)
|
void |
setCalcMode(int value)
|
void |
setFrom(java.lang.String value)
|
void |
setPoints(PointsEx value)
|
void |
setTo(java.lang.String value)
|
void |
setValueType(int value)
|
Methods inherited from class com.aspose.slides.BehaviorEx |
---|
getAccumulate, getAdditive, getProperties, getTiming, setAccumulate, setAdditive, setTiming |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyEffectEx()
Method Detail |
---|
public java.lang.String getFrom()
Specifies the starting value of the animation.
Read/write string
.
public void setFrom(java.lang.String value)
public java.lang.String getTo()
Specifies the ending value for the animation.
Read/write string
.
public void setTo(java.lang.String value)
public java.lang.String getBy()
Specifies a relative offset value for the animation with respect to its
position before the start of the animation.
Read/write string
.
public void setBy(java.lang.String value)
public int getValueType()
Specifies the type of a property value.
Read/write PropertyValueTypeEx
.
public void setValueType(int value)
public int getCalcMode()
Specifies the interpolation mode for the animation
Read/write PropertyCalcModeTypeEx
.
public void setCalcMode(int value)
public PointsEx getPoints()
Specifies the points of the animation.
Read/write PointsEx
.
public void setPoints(PointsEx value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |