MasterLayoutSlideCollection class
Contents
[
Hide
]MasterLayoutSlideCollection class
Represents a collections of all layout slides of defined master slide. Extends LayoutSlideCollection class with methods for adding/inserting/removing/cloning/reordering layout slides in context of the individual collections of master’s layout slides.
Inheritance:MasterLayoutSlideCollection
→ LayoutSlideCollection
The MasterLayoutSlideCollection type exposes the following members:
Indexer
Name | Description |
---|---|
[index] |
Methods
Method | Description |
---|---|
get_by_type | Returns the first layout slide of specified type. A type of layout slide to find. LayoutSlide with specified type or None if no layouts found. |
remove | Removes a layout from the collection. |
remove_unused | Removes unused layout slides (layout slides whose HasDependingSlides is false). |
add_clone | Adds a copy of a specified layout slide to the end of the collection. |
insert_clone | Inserts a copy of a specified layout slide to specified position of the collection. |
add | Adds a new layout slide to the end of the collection. |
insert | Inserts a new layout slide to specified position of the collection. |
remove_at | Removes the element at the specified index of the collection. |
reorder | Moves layout slide from the collection to the specified position. |
See Also
- class
LayoutSlideCollection
- class
MasterLayoutSlideCollection
- module
aspose.slides
- library
Aspose.Slides