IMasterLayoutSlideCollection Interface

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.

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

The IMasterLayoutSlideCollection type exposes the following members.

Properties
Methods
  NameDescription
Public methodAdd
Adds a new layout slide to the end of the collection.
Public methodAddClone
Adds a copy of a specified layout slide to the end of the collection.
Public methodCopyTo (Inherited from ICollection.)
Public methodGetByType
Returns the first layout slide of specified type. A type of layout slide to find.

Return Value

Type: 
ILayoutSlide with specified type or null if no layouts found.
(Inherited from ILayoutSlideCollection.)
Public methodGetEnumerator (Inherited from IEnumerableILayoutSlide.)
Public methodInsert
Inserts a new layout slide to specified position of the collection.
Public methodInsertClone
Inserts a copy of a specified layout slide to specified position of the collection.
Public methodRemove
Removes a layout from the collection.
(Inherited from ILayoutSlideCollection.)
Public methodRemoveAt
Removes the element at the specified index of the collection.
Public methodRemoveUnused
Removes unused layout slides (layout slides whose HasDependingSlides is false).
(Inherited from ILayoutSlideCollection.)
Public methodReorder
Moves layout slide from the collection to the specified position.
See Also