|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Effect
public class Effect
Represent animation effect.
Method Summary | |
---|---|
IBehaviorCollection |
getBehaviors()
Returns collection of behavior for effect. |
int |
getPresetClassType()
Defines class of effect. |
ISequence |
getSequence()
Returns a sequence for an effect. |
int |
getSubtype()
Defines subtype of effect. |
ITextAnimation |
getTextAnimation()
TextAnimation Read-only ITextAnimation . |
ITiming |
getTiming()
Defines timing value for effect. |
int |
getType()
Defines type of effect. |
void |
setBehaviors(IBehaviorCollection value)
Returns collection of behavior for effect. |
void |
setPresetClassType(int value)
Defines class of effect. |
void |
setSubtype(int value)
Defines subtype of effect. |
void |
setTiming(ITiming value)
Defines timing value for effect. |
void |
setType(int value)
Defines type of effect. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public ISequence getSequence()
Returns a sequence for an effect.
Read-only ISequence
.
getSequence
in interface IEffect
public ITextAnimation getTextAnimation()
TextAnimation
Read-only ITextAnimation
.
getTextAnimation
in interface IEffect
public int getPresetClassType()
Defines class of effect.
Read/write EffectPresetClassType
.
getPresetClassType
in interface IEffect
public void setPresetClassType(int value)
Defines class of effect.
Read/write EffectPresetClassType
.
setPresetClassType
in interface IEffect
public int getType()
Defines type of effect.
Read/write EffectType
.
getType
in interface IEffect
public void setType(int value)
Defines type of effect.
Read/write EffectType
.
setType
in interface IEffect
public int getSubtype()
Defines subtype of effect.
Read/write EffectSubtype
.
getSubtype
in interface IEffect
public void setSubtype(int value)
Defines subtype of effect.
Read/write EffectSubtype
.
setSubtype
in interface IEffect
public IBehaviorCollection getBehaviors()
Returns collection of behavior for effect.
Read/write IBehaviorCollection
.
getBehaviors
in interface IEffect
public void setBehaviors(IBehaviorCollection value)
Returns collection of behavior for effect.
Read/write IBehaviorCollection
.
setBehaviors
in interface IEffect
public ITiming getTiming()
Defines timing value for effect.
Read/write ITiming
.
getTiming
in interface IEffect
public void setTiming(ITiming value)
Defines timing value for effect.
Read/write ITiming
.
setTiming
in interface IEffect
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |