SectionSlideCollection
SectionSlideCollection class
表示节中幻灯片的集合。
public sealed class SectionSlideCollection : DomObject<Section>, ISectionSlideCollection
Properties
Name | Description |
---|---|
Count { get; } | 获取集合中实际包含的元素数量。只读 Int32。 |
IsSynchronized { get; } | 返回一个值,指示对集合的访问是否是同步的(线程安全)。只读 Boolean。 |
Item { get; } | 获取指定索引处的元素。只读 ISlide 。 |
SyncRoot { get; } | 返回一个同步根。只读 Object。 |
Methods
Name | Description |
---|---|
CopyTo(Array, int) | 复制整个集合到指定的数组。 |
GetEnumerator() | 返回一个枚举器,用于遍历集合。 |
See Also
- class DomObject<TParent>
- class Section
- interface ISectionSlideCollection
- namespace Aspose.Slides
- assembly Aspose.Slides