Effect

Effect class

Represents animation effect.

getAfterAnimationColor

NameDescription
getAfterAnimationColor ()Defines an after animation color for effect. Read/write IColorFormat.

Returns: ColorFormat


getAfterAnimationType

NameDescription
getAfterAnimationType ()Defines an after animation type for effect. Read/write AfterAnimationType( #getAfterAnimationType/ #setAfterAnimationType(int)).

Returns: int


getAnimateTextType

NameDescription
getAnimateTextType ()Defines an animate text type for effect. The shape text can be animated by letter, by word or all at once. Read/write AnimateTextType( #getAnimateTextType/ #setAnimateTextType(int)).

Returns: int


getBehaviors

NameDescription
getBehaviors ()Returns collection of behavior for effect. Read/write IBehaviorCollection.

Returns: BehaviorCollection


getDelayBetweenTextParts

NameDescription
getDelayBetweenTextParts ()Defines a delay between animated text parts (words or letters). A positive value specifies the percentage of effect duration. A negative value specifies the delay in seconds. Read/write float.

Returns: float


getPresetClassType

NameDescription
getPresetClassType ()Defines class of effect. Read/write EffectPresetClassType.

Returns: int


getSequence

NameDescription
getSequence ()Returns a sequence for an effect. Read-only ISequence.

Returns: Sequence


getSound

NameDescription
getSound ()Defined embedded sound for effect. Read/write IAudio.

Returns: Audio


getStopPreviousSound

NameDescription
getStopPreviousSound ()This attribute specifies if the animation effect stops the previous sound. Read/write boolean.

Returns: boolean


getSubtype

NameDescription
getSubtype ()Defines subtype of effect. Read/write EffectSubtype.

Returns: int


getTargetShape

NameDescription
getTargetShape ()Returns target shape for effect. Read-only IShape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


getTextAnimation

NameDescription
getTextAnimation ()TextAnimation Read-only ITextAnimation.

Returns: TextAnimation


getTiming

NameDescription
getTiming ()Defines timing value for effect. Read/write ITiming.

Returns: Timing


getType

NameDescription
getType ()Defines type of effect. Read/write EffectType.

Returns: int


setAfterAnimationColor

NameDescription
setAfterAnimationColor (ColorFormat)Defines an after animation color for effect. Read/write IColorFormat.

Returns: void


setAfterAnimationType

NameDescription
setAfterAnimationType (int)Defines an after animation type for effect. Read/write AfterAnimationType( #getAfterAnimationType/ #setAfterAnimationType(int)).

Returns: void


setAnimateTextType

NameDescription
setAnimateTextType (int)Defines an animate text type for effect. The shape text can be animated by letter, by word or all at once. Read/write AnimateTextType( #getAnimateTextType/ #setAnimateTextType(int)).

Returns: void


setBehaviors

NameDescription
setBehaviors (BehaviorCollection)Returns collection of behavior for effect. Read/write IBehaviorCollection.

Returns: void


setDelayBetweenTextParts

NameDescription
setDelayBetweenTextParts (float)Defines a delay between animated text parts (words or letters). A positive value specifies the percentage of effect duration. A negative value specifies the delay in seconds. Read/write float.

Returns: void


setPresetClassType

NameDescription
setPresetClassType (int)Defines class of effect. Read/write EffectPresetClassType.

Returns: void


setSound

NameDescription
setSound (Audio)Defined embedded sound for effect. Read/write IAudio.

Returns: void


setStopPreviousSound

NameDescription
setStopPreviousSound (boolean)This attribute specifies if the animation effect stops the previous sound. Read/write boolean.

Returns: void


setSubtype

NameDescription
setSubtype (int)Defines subtype of effect. Read/write EffectSubtype.

Returns: void


setTiming

NameDescription
setTiming (Timing)Defines timing value for effect. Read/write ITiming.

Returns: void


setType

NameDescription
setType (int)Defines type of effect. Read/write EffectType.

Returns: void