MasterLayoutSlideCollection Class |
Namespace: Aspose.Slides
The MasterLayoutSlideCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Returns the number of layout slides in a collection.
Read-only Int32.
(Inherited from LayoutSlideCollection.) |
![]() | IsSynchronized |
Returns a value indicating whether access to the collection is synchronized (thread-safe).
Read-only Boolean.
(Inherited from LayoutSlideCollection.) |
![]() | Item |
Returns the layout slide by index.
Read-only LayoutSlide.
(Inherited from LayoutSlideCollection.) |
![]() | SyncRoot |
Returns a synchronization root.
Read-only Object.
(Inherited from LayoutSlideCollection.) |
Name | Description | |
---|---|---|
![]() | Add |
Adds a new layout slide to the end of the collection.
|
![]() | AddClone |
Adds a copy of a specified layout slide to the end of the collection.
|
![]() | CopyTo |
Copies all elements from the collection to the specified array.
(Inherited from LayoutSlideCollection.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetByType |
Returns the first layout slide of specified type.
A type of layout slide to find. (Inherited from LayoutSlideCollection.)Return ValueType:LayoutSlide with specified type or null if no layouts found. |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
(Inherited from LayoutSlideCollection.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Insert |
Inserts a new layout slide to specified position of the collection.
|
![]() | InsertClone |
Inserts a copy of a specified layout slide to specified position of the collection.
|
![]() | Remove |
Removes a layout from the collection.
(Inherited from LayoutSlideCollection.) |
![]() | RemoveAt |
Removes the element at the specified index of the collection.
|
![]() | RemoveUnused |
Removes unused layout slides (layout slides whose HasDependingSlides is false).
(Inherited from LayoutSlideCollection.) |
![]() | Reorder |
Moves layout slide from the collection to the specified position.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |