IMasterSlideCollection
Contents
[
Hide
]IMasterSlideCollection interface
Represents a collection of master slides.
public interface IMasterSlideCollection : IGenericCollection<IMasterSlide>
Properties
| Name | Description |
|---|---|
| Item { get; } | Gets the element at the specified index. Read-only IMasterSlide. |
Methods
| Name | Description |
|---|---|
| AddClone(IMasterSlide) | Adds a copy of a specified master slide to the end of the collection. Linked layout slides will be copied too. |
| InsertClone(int, IMasterSlide) | Inserts a copy of a specified master slide to specified position of the collection. Linked layout slides will be copied too. |
| Remove(IMasterSlide) | Removes the first occurrence of a specific object from the collection. |
| RemoveAt(int) | Removes the element at the specified index of the collection. |
| RemoveUnused(bool) | Removes unused master slides. |
See Also
- interface IGenericCollection<T>
- interface IMasterSlide
- namespace Aspose.Slides
- assembly Aspose.Slides