SlideCollection
General
SlideCollection is a class in Aspose.Slides for Python.
Inherits from: BaseCollection, ISlideCollection.
SlideCollection és una classe en Aspose.Slides per a Python. És heretat de: ゚BaseCollection⌒, ヽISlideCollection▽ .
Representa una col·lecció de diapositives.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
as_i_collection | list | Read | Provides the slides as a generic list interface |
as_i_enumerable | Any | Read | Provides the slides as an enumerable interface |
Mètodes
| Signature | Description |
|---|---|
add_clone() → ISlide | Clone a slide and add it to the end of the collection. |
insert_clone() → ISlide | Clone a slide and insert it at a specific position. |
to_array() → list[ISlide] | Returns a list containing all slides in the collection |
add_empty_slide(layout) → ISlide | Creates an empty slide with the given layout and adds it to the end |
insert_empty_slide(index, layout) → ISlide | Creates an empty slide with the layout and inserts it at the index |
remove(value) | |
remove_at(index) | |
index_of(slide) → int |