EffectStyleCollection
EffectStyleCollection class
表示效果样式的集合。
public sealed class EffectStyleCollection : DomObject<FormatScheme>, IEffectStyleCollection
特性
姓名 | 描述 |
---|---|
Count { get; } | 返回集合中的元素数量。 只读Int32, 只读Int32。 |
IsSynchronized { get; } | 返回一个值,指示对集合的访问是否同步(线程安全)。 只读Boolean。 |
Item { get; } | 返回指定位置的元素。 只读EffectStyle 。 |
SyncRoot { get; } | 返回同步根。 只读Object。 |
方法
姓名 | 描述 |
---|---|
CopyTo(Array, int) | 将集合中的所有元素复制到指定的数组。 |
GetEnumerator() | 返回一个遍历集合的枚举器。 |
也可以看看
- class DomObject<TParent>
- class FormatScheme
- interface IEffectStyleCollection
- 命名空间 Aspose.Slides.Theme
- 部件 Aspose.Slides