SectionCollection Class |
Namespace: Aspose.Slides
The SectionCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of elements actually contained in the collection.
Read-only Int32.
|
![]() | IsSynchronized |
Returns a value indicating whether access to the collection is synchronized (thread-safe).
Read-only Boolean.
|
![]() | Item |
Gets the element at the specified index.
Read-only ISection.
|
![]() | SyncRoot |
Returns a synchronization root.
Read-only Object.
|
Name | Description | |
---|---|---|
![]() | AddEmptySection |
Add empty section to specified position of the collection.
|
![]() | AddSection |
Add slides section started form specific slide.
|
![]() | AppendEmptySection |
Add empty section to the end of the collection.
|
![]() | Clear |
Removes all sections from the collection.
|
![]() | CopyTo |
Copies the entire collection to the specified array.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf |
Returns an index of the specified section in the collection.
|
![]() | RemoveSection |
Remove section. Slides contained in the section will be merged into previous section.
|
![]() | RemoveSectionWithSlides |
Remove section and slides contained in the section.
|
![]() | ReorderSectionWithSlides |
Moves section and its slides from the collection to the specified position.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |