IMasterLayoutSlideCollection
Contents
[
Hide
]
IMasterLayoutSlideCollection class
Represents a collections of all layout slides of defined master slide.
Extends ILayoutSlideCollection interface with methods for adding/inserting/removing/cloning
layout slides in context of the individual collections of master’s layout slides.
The IMasterLayoutSlideCollection type exposes the following members:
Properties
Name | Description |
---|---|
as_i_layout_slide_collection | Returns ILayoutSlideCollection interface. Read-only ILayoutSlideCollection. |
as_i_collection | Returns ICollection class. |
as_i_enumerable | Returns IEnumerable class. |
Indexer
Name | Description |
---|---|
[index] | Returns the layout slide by index. Read-only ILayoutSlide. |
Methods
Name | Description |
---|---|
add_clone(source_layout) | Adds a copy of a specified layout slide to the end of the collection. |
insert_clone(index, source_layout) | Inserts a copy of a specified layout slide to specified position of the collection. |
add(layout_type, layout_name) | Adds a new layout slide to the end of the collection. |
insert(index, layout_type, layout_name) | Inserts a new layout slide to specified position of the collection. |
remove_at(index) | Removes the element at the specified index of the collection. |
reorder(index, layout_slide) | Moves layout slide from the collection to the specified position. |
get_by_type(type) | Returns the first layout slide of specified type. |
remove(value) | Removes the element at the specified index of the collection. |
remove_unused() | Removes unused layout slides (layout slides whose HasDependingSlides is false). |
See Also
- namespace aspose.slides
- assembly Aspose.Slides