MasterSlideCollection
Contents
[
Hide
]
MasterSlideCollection class
Represents a collection of master slides.
The MasterSlideCollection type exposes the following members:
Properties
Name | Description |
---|---|
as_i_collection | Returns ICollection class. |
as_i_enumerable | Returns IEnumerable class. |
Indexer
Name | Description |
---|---|
[index] | Gets the element at the specified index. Read-only MasterSlide. |
Methods
Name | Description |
---|---|
remove(value) | Removes the first occurrence of a specific object from the collection. |
remove_at(index) | Removes the element at the specified index of the collection. |
remove_unused(ignore_preserve_field) | Removes unused master slides. |
add_clone(source_master) | Adds a copy of a specified master slide to the end of the collection. Linked layout slides will be copied too. |
insert_clone(index, source_master) | Inserts a copy of a specified master slide to specified position of the collection. Linked layout slides will be copied too. |
See Also
- namespace aspose.slides
- assembly Aspose.Slides