GlobalLayoutSlideCollection Class |
Namespace: Aspose.Slides
The GlobalLayoutSlideCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Returns the number of layout slides in a collection.
Read-only Int32.
(Inherited from LayoutSlideCollection.) |
![]() | IsSynchronized |
Returns a value indicating whether access to the collection is synchronized (thread-safe).
Read-only Boolean.
(Inherited from LayoutSlideCollection.) |
![]() | Item |
Returns the layout slide by index.
Read-only LayoutSlide.
(Inherited from LayoutSlideCollection.) |
![]() | SyncRoot |
Returns a synchronization root.
Read-only Object.
(Inherited from LayoutSlideCollection.) |
Name | Description | |
---|---|---|
![]() | Add |
Adds a new layout slide to the presentation.
|
![]() | AddClone(ILayoutSlide) |
Adds a copy of a specified layout slide to the presentation.
|
![]() | AddClone(ILayoutSlide, IMasterSlide) |
Adds a copy of a specified layout slide to the presentation.
|
![]() | CopyTo |
Copies all elements from the collection to the specified array.
(Inherited from LayoutSlideCollection.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetByType |
Returns the first layout slide of specified type.
A type of layout slide to find. (Inherited from LayoutSlideCollection.)Return ValueType:LayoutSlide with specified type or null if no layouts found. |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
(Inherited from LayoutSlideCollection.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Remove |
Removes a layout from the collection.
(Inherited from LayoutSlideCollection.) |
![]() | RemoveUnused |
Removes unused layout slides (layout slides whose HasDependingSlides is false).
(Inherited from LayoutSlideCollection.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |