SequenceCollection
SequenceCollection class
表示交互序列的集合。
public class SequenceCollection : ISequenceCollection
特性
姓名 | 描述 |
---|---|
Count { get; } | 返回集合中元素的数量 只读Int32。 |
Item { get; } | 返回指定索引处的序列。 |
方法
姓名 | 描述 |
---|---|
Add(IShape) | 添加新的交互序列。 读/写Sequence 。 |
Clear() | 从集合中删除所有序列。 |
GetEnumerator() | 返回一个遍历集合的枚举器。 |
Remove(ISequence) | 从集合中删除指定的序列。 |
RemoveAt(int) | 删除指定索引处的序列。 |
也可以看看
- interface ISequenceCollection
- 命名空间 Aspose.Slides.Animation
- 部件 Aspose.Slides