LayoutSlideCollection Class

Represents a base class for collection of a layout slides.
Inheritance Hierarchy

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

The LayoutSlideCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Returns the number of layout slides in a collection. Read-only Int32.
Public propertyIsSynchronized
Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only Boolean.
Public propertyItem
Returns the layout slide by index. Read-only LayoutSlide.
Public propertySyncRoot
Returns a synchronization root. Read-only Object.
Methods
  NameDescription
Public methodCopyTo
Copies all elements from the collection to the specified array.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetByType
Returns the first layout slide of specified type. A type of layout slide to find.

Return Value

Type: 
LayoutSlide with specified type or null if no layouts found.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Removes a layout from the collection.
Public methodRemoveUnused
Removes unused layout slides (layout slides whose HasDependingSlides is false).
Public methodToString (Inherited from Object.)
See Also