Effect

Effect class

Represents animation effect.

getAfterAnimationColor

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

Result: ColorFormat


getAfterAnimationType

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

Result: int


getBehaviors

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

Result: BehaviorCollection


getPresetClassType

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

Result: int


getSequence

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

Result: Sequence


getSound

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

Result: Audio


getStopPreviousSound

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

Result: boolean


getSubtype

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

Result: int


getTargetShape

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

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


getTextAnimation

NameDescription
getTextAnimation()TextAnimation Read-only ITextAnimation.

Result: TextAnimation


getTiming

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

Result: Timing


getType

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

Result: int


setAfterAnimationColor

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

setAfterAnimationType

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

setBehaviors

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

setPresetClassType

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

setSound

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

setStopPreviousSound

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

setSubtype

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

setTiming

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

setType

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