IMasterSlideCollection Interface

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IMasterSlideCollection : IGenericCollection<IMasterSlide>, 
	IEnumerable<IMasterSlide>, IEnumerable, ICollection

The IMasterSlideCollection type exposes the following members.

Properties
Methods
  NameDescription
Public methodAddClone
Adds a copy of a specified master slide to the end of the collection. Linked layout slides will be copied too.
Public methodCopyTo (Inherited from ICollection.)
Public methodGetEnumerator (Inherited from IEnumerableIMasterSlide.)
Public methodInsertClone
Inserts a copy of a specified master slide to specified position of the collection. Linked layout slides will be copied too.
Public methodRemove
Removes the first occurrence of a specific object from the collection.
Public methodRemoveAt
Removes the element at the specified index of the collection.
Public methodRemoveUnused
Removes unused master slides.
See Also