LayoutSlideCollection Class |
Namespace: Aspose.Slides
The LayoutSlideCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Returns the number of layout slides in a collection.
Read-only Int32.
|
![]() | IsSynchronized |
Returns a value indicating whether access to the collection is synchronized (thread-safe).
Read-only Boolean.
|
![]() | Item |
Returns the layout slide by index.
Read-only LayoutSlide.
|
![]() | SyncRoot |
Returns a synchronization root.
Read-only Object.
|
Name | Description | |
---|---|---|
![]() | CopyTo |
Copies all elements from the collection to the specified array.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetByType |
Returns the first layout slide of specified type.
A type of layout slide to find. Return ValueType:LayoutSlide with specified type or null if no layouts found. |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove |
Removes a layout from the collection.
|
![]() | RemoveUnused |
Removes unused layout slides (layout slides whose HasDependingSlides is false).
|
![]() | ToString | (Inherited from Object.) |