GlobalLayoutSlideCollection Methods |
The GlobalLayoutSlideCollection type exposes the following members.
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 | (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 | (Inherited from Object.) |
![]() | GetType | (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 | (Inherited from Object.) |