IEffect
内容
[
隐藏
]IEffect 接口
表示动画效果。
public interface IEffect
属性
名称 | 描述 |
---|---|
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; } | 返回文本动画。只读 ITextAnimation 。 |
Timing { get; set; } | 定义效果的时间值。可读/可写 ITiming 。 |
Type { get; set; } | 定义效果的类型。可读/可写 EffectType 。 |
另见
- 命名空间 Aspose.Slides.Animation
- 程序集 Aspose.Slides