IMasterLayoutSlideCollection Interface |
Namespace: Aspose.Slides
The IMasterLayoutSlideCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsICollection |
Returns ICollection interface.
(Inherited from IGenericCollectionT.) |
![]() | AsIEnumerable |
Returns IEnumerable interface.
Read-only IEnumerable.
(Inherited from IGenericCollectionT.) |
![]() | AsILayoutSlideCollection |
Returns ILayoutSlideCollection interface.
Read-only ILayoutSlideCollection.
|
![]() | Count | (Inherited from ICollection.) |
![]() | IsSynchronized | (Inherited from ICollection.) |
![]() | Item |
Returns the layout slide by index.
Read-only ILayoutSlide.
(Inherited from ILayoutSlideCollection.) |
![]() | SyncRoot | (Inherited from ICollection.) |
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 | (Inherited from ICollection.) |
![]() | GetByType |
Returns the first layout slide of specified type.
A type of layout slide to find. (Inherited from ILayoutSlideCollection.)Return ValueType:ILayoutSlide with specified type or null if no layouts found. |
![]() | GetEnumerator | (Inherited from IEnumerableILayoutSlide.) |
![]() | 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 ILayoutSlideCollection.) |
![]() | RemoveAt |
Removes the element at the specified index of the collection.
|
![]() | RemoveUnused |
Removes unused layout slides (layout slides whose HasDependingSlides is false).
(Inherited from ILayoutSlideCollection.) |
![]() | Reorder |
Moves layout slide from the collection to the specified position.
|