Modifier and Type | Method and Description |
---|---|
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.
|
public final ISequence getSequence()
Returns a sequence for an effect.
Read-only ISequence
.
getSequence
in interface IEffect
public final ITextAnimation getTextAnimation()
TextAnimation
Read-only ITextAnimation
.
getTextAnimation
in interface IEffect
public final int getPresetClassType()
Defines class of effect.
Read/write EffectPresetClassType
.
getPresetClassType
in interface IEffect
public final void setPresetClassType(int value)
Defines class of effect.
Read/write EffectPresetClassType
.
setPresetClassType
in interface IEffect
public final int getType()
Defines type of effect.
Read/write EffectType
.
public final void setType(int value)
Defines type of effect.
Read/write EffectType
.
public final int getSubtype()
Defines subtype of effect.
Read/write EffectSubtype
.
getSubtype
in interface IEffect
public final void setSubtype(int value)
Defines subtype of effect.
Read/write EffectSubtype
.
setSubtype
in interface IEffect
public final IBehaviorCollection getBehaviors()
Returns collection of behavior for effect.
Read/write IBehaviorCollection
.
getBehaviors
in interface IEffect
public final void setBehaviors(IBehaviorCollection value)
Returns collection of behavior for effect.
Read/write IBehaviorCollection
.
setBehaviors
in interface IEffect