IMasterSlideCollection Interface |
Namespace: Aspose.Slides
The IMasterSlideCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsICollection |
Returns ICollection interface.
(Inherited from IGenericCollectionT.) |
![]() | AsIEnumerable |
Returns IEnumerable interface.
Read-only IEnumerable.
(Inherited from IGenericCollectionT.) |
![]() | Count | (Inherited from ICollection.) |
![]() | IsSynchronized | (Inherited from ICollection.) |
![]() | Item |
Gets the element at the specified index.
Read-only IMasterSlide.
|
![]() | SyncRoot | (Inherited from ICollection.) |
Name | Description | |
---|---|---|
![]() | AddClone |
Adds a copy of a specified master slide to the end of the collection.
Linked layout slides will be copied too.
|
![]() | CopyTo | (Inherited from ICollection.) |
![]() | GetEnumerator | (Inherited from IEnumerableIMasterSlide.) |
![]() | InsertClone |
Inserts a copy of a specified master slide to specified position of the collection.
Linked layout slides will be copied too.
|
![]() | Remove |
Removes the first occurrence of a specific object from the collection.
|
![]() | RemoveAt |
Removes the element at the specified index of the collection.
|
![]() | RemoveUnused |
Removes unused master slides.
|