TextAnimationCollection
TextAnimationCollection class
表示文本动画的集合。
public class TextAnimationCollection : ITextAnimationCollection
Constructors
Name | Description |
---|---|
TextAnimationCollection() | 默认构造函数。 |
Properties
Name | Description |
---|---|
Count { get; } | 返回集合中元素的数量。只读 Int32。 |
IsSynchronized { get; } | 返回一个值,指示对集合的访问是否是同步的(线程安全)。只读 Boolean。 |
Item { get; } | 通过索引返回元素。(2 个索引器) |
SyncRoot { get; } | 返回同步根。只读 Object。 |
Methods
Name | Description |
---|---|
Add() | 向集合中添加新的文本动画。 |
CopyTo(Array, int) | 将集合中的所有元素复制到指定的数组中。 |
GetEnumerator() | 返回一个枚举数,该枚举数遍历集合。 |
See Also
- interface ITextAnimationCollection
- namespace Aspose.Slides.Animation
- assembly Aspose.Slides