Effect
内容
[
隐藏
]Effect class
表示动画效果。
public class Effect : IEffect
Properties
Name | Description |
---|---|
AfterAnimationColor { get; set; } | 定义效果的动画后颜色。可读写 IColorFormat 。 |
AfterAnimationType { get; set; } | 定义效果的动画后类型。可读写 AfterAnimationType 。 |
AnimateTextType { get; set; } | 定义效果的文本动画类型。形状文本可以按字母、按词或全部同时动画化。可读写 AnimateTextType 。 |
Behaviors { get; set; } | 返回效果的行为集合。可读写 IBehaviorCollection 。 |
DelayBetweenTextParts { get; set; } | 定义动画文本部分(词或字母)之间的延迟。正值表示效果持续时间的百分比,负值表示延迟的秒数。可读写 Single。 |
PresetClassType { get; set; } | 定义效果的类别。可读写 EffectPresetClassType 。 |
Sequence { get; } | 返回效果的序列。只读 ISequence 。 |
Sound { get; set; } | 定义效果的嵌入音频。可读写 IAudio 。 |
StopPreviousSound { get; set; } | 此属性指定动画效果是否停止先前的声音。可读写 Boolean。 |
Subtype { get; set; } | 定义效果的子类型。可读写 EffectSubtype 。 |
TargetShape { get; } | 返回效果的目标形状。只读 IShape 。 |
TextAnimation { get; } | TextAnimation 只读 ITextAnimation 。 |
Timing { get; set; } | 定义效果的时机值。可读写 ITiming 。 |
Type { get; set; } | 定义效果的类型。可读写 EffectType 。 |
See Also
- interface IEffect
- namespace Aspose.Slides.Animation
- assembly Aspose.Slides