Effect
Effect class
Represents animation effect.
getAfterAnimationColor
Name | Description |
---|
getAfterAnimationColor() | Defines an after animation color for effect. Read/write IColorFormat. |
Returns:
ColorFormat
getAfterAnimationType
Name | Description |
---|
getAfterAnimationType() | Defines an after animation type for effect. Read/write AfterAnimationType( #getAfterAnimationType/ #setAfterAnimationType(int)). |
Returns:
int
getAnimateTextType
Name | Description |
---|
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
Name | Description |
---|
getBehaviors() | Returns collection of behavior for effect. Read/write IBehaviorCollection. |
Returns:
BehaviorCollection
getDelayBetweenTextParts
Name | Description |
---|
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
Name | Description |
---|
getPresetClassType() | Defines class of effect. Read/write EffectPresetClassType. |
Returns:
int
getSequence
Name | Description |
---|
getSequence() | Returns a sequence for an effect. Read-only ISequence. |
Returns:
Sequence
getSound
Name | Description |
---|
getSound() | Defined embedded sound for effect. Read/write IAudio. |
Returns:
Audio
getStopPreviousSound
Name | Description |
---|
getStopPreviousSound() | This attribute specifies if the animation effect stops the previous sound. Read/write boolean. |
Returns:
boolean
getSubtype
Name | Description |
---|
getSubtype() | Defines subtype of effect. Read/write EffectSubtype. |
Returns:
int
getTargetShape
Name | Description |
---|
getTargetShape() | Returns target shape for effect. Read-only IShape. |
Returns:
Table, Chart, Shape, SectionZoomFrame, AutoShape, GeometryShape, Connector, ZoomObject, SummaryZoomSection, VideoFrame, AudioFrame, PictureFrame, Ink, ZoomFrame, SmartArtShape, LegacyDiagram, SummaryZoomFrame, GroupShape, GraphicalObject, SmartArt, OleObjectFrame
getTextAnimation
Name | Description |
---|
getTextAnimation() | TextAnimation Read-only ITextAnimation. |
Returns:
TextAnimation
getTiming
Name | Description |
---|
getTiming() | Defines timing value for effect. Read/write ITiming. |
Returns:
Timing
getType
Name | Description |
---|
getType() | Defines type of effect. Read/write EffectType. |
Returns:
int
setAfterAnimationColor
Name | Description |
---|
setAfterAnimationColor(ColorFormat) | Defines an after animation color for effect. Read/write IColorFormat. |
setAfterAnimationType
Name | Description |
---|
setAfterAnimationType(int) | Defines an after animation type for effect. Read/write AfterAnimationType( #getAfterAnimationType/ #setAfterAnimationType(int)). |
setAnimateTextType
Name | Description |
---|
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)). |
setBehaviors
Name | Description |
---|
setBehaviors(BehaviorCollection) | Returns collection of behavior for effect. Read/write IBehaviorCollection. |
setDelayBetweenTextParts
Name | Description |
---|
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. |
setPresetClassType
Name | Description |
---|
setPresetClassType(int) | Defines class of effect. Read/write EffectPresetClassType. |
setSound
Name | Description |
---|
setSound(Audio) | Defined embedded sound for effect. Read/write IAudio. |
setStopPreviousSound
Name | Description |
---|
setStopPreviousSound(boolean) | This attribute specifies if the animation effect stops the previous sound. Read/write boolean. |
setSubtype
Name | Description |
---|
setSubtype(int) | Defines subtype of effect. Read/write EffectSubtype. |
setTiming
Name | Description |
---|
setTiming(Timing) | Defines timing value for effect. Read/write ITiming. |
setType
Name | Description |
---|
setType(int) | Defines type of effect. Read/write EffectType. |