MasterSlideCollection Class |
Namespace: Aspose.Slides
The MasterSlideCollection 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 MasterSlide.
|
![]() | SyncRoot |
Returns a synchronization root.
Read-only Object.
|
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 |
Copies all elements from the 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.) |
![]() | 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.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |