SectionSlideCollection
Contents
[
Hide
]SectionSlideCollection class
Represents a collection of slides in the section.
public sealed class SectionSlideCollection : DomObject<Section>, ISectionSlideCollection
Properties
Name | Description |
---|---|
Count { get; } | Gets the number of elements actually contained in the collection. Read-only Int32. |
IsSynchronized { get; } | Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only Boolean. |
Item { get; } | Gets the element at the specified index. Read-only ISlide . |
SyncRoot { get; } | Returns a synchronization root. Read-only Object. |
Methods
Name | Description |
---|---|
CopyTo(Array, int) | Copies the entire collection to the specified array. |
GetEnumerator() | Returns an enumerator that iterates through the collection. |
See Also
- class DomObject<TParent>
- class Section
- interface ISectionSlideCollection
- namespace Aspose.Slides
- assembly Aspose.Slides