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