GlobalLayoutSlideCollection class
Contents
[
Hide
]GlobalLayoutSlideCollection class
Represents a collection of all layout slides in presentation. Extends LayoutSlideCollection class with methods for adding/cloning layout slides in context of uniting of the individual collections of master’s layout slides.
Inheritance:GlobalLayoutSlideCollection → LayoutSlideCollection
The GlobalLayoutSlideCollection type exposes the following members:
Indexer
| Name | Description |
|---|---|
[index] |
Methods
| Method | Description |
|---|---|
add_clone | Adds a copy of a specified layout slide to the presentation. |
add_clone | Adds a copy of a specified layout slide to the presentation. |
get_by_type | Returns the first layout slide of specified type. A type of layout slide to find. LayoutSlide with specified type or None if no layouts found. |
remove | Removes a layout from the collection. |
remove_unused | Removes unused layout slides (layout slides whose HasDependingSlides is false). |
add | Adds a new layout slide to the presentation. |
See Also
- class
GlobalLayoutSlideCollection - class
LayoutSlideCollection - module
aspose.slides - library
Aspose.Slides