SlideCollection class
Contents
[
Hide
]SlideCollection class
Represents a collection of a slides.
The SlideCollection type exposes the following members:
Gets the element at the specified index.
Read-only Slide
.
Indexer
Name | Description |
---|---|
[index] |
Methods
Method | Description |
---|---|
add_clone | Adds a copy of a specified slide to the end of the collection. |
add_clone | Adds a copy of a specified slide to the end of the specified section. |
add_clone | Adds a copy of a specified slide to the end of the collection. |
add_clone | Adds a copy of a specified source slide to the end of the collection. Appropriate layout will be selected automatically from the specified master (appropriate layout is the layout with the same Type or Name as of layout of the source slide). If there is no appropriate layout then layout of the source slide will be cloned (if allowCloneMissingLayout is true) or PptxEditException will be thrown (if allowCloneMissingLayout is false). |
insert_clone | Inserts a copy of a specified slide to specified position of the collection. |
insert_clone | Inserts a copy of a specified slide to specified position of the collection. |
insert_clone | Inserts a copy of a specified source slide to specified position of the collection. Appropriate layout will be selected automatically from the specified master (appropriate layout is the layout with the same Type or Name as of layout of the source slide). If there is no appropriate layout then layout of the source slide will be cloned (if allowCloneMissingLayout is true) or PptxEditException will be thrown (if allowCloneMissingLayout is false). |
to_array | Creates and returns an array with all slides in it. |
to_array | Creates and returns an array with all slides from the specified range in it. An index of a first slide to add.A number of slides to add. |
reorder | Moves slide from the collection to the specified position. |
reorder | Moves slides from the collection to the specified position. Slides will be placed starting from index in order they appear in list. |
add_from_pdf | Creates slides from the PDF document and adds them to the end of the collection. |
add_from_pdf | Creates slides from the PDF document and adds them to the end of the collection considering the pdf import options. |
add_from_pdf | Creates slides from the PDF document and adds them to the end of the collection. |
add_from_pdf | Creates slides from the PDF document and adds them to the end of the collection. |
add_from_html | Creates slides from HTML text and adds them to the end of the collection. |
add_from_html | Creates slides from HTML text and adds them to the end of the collection. |
add_from_html | Creates slides from HTML text and adds them to the end of the collection. |
add_from_html | Creates slides from HTML text and adds them to the end of the collection. |
insert_from_html | Creates slides from HTML text and inserts them to the collection at the specified position. |
insert_from_html | Creates slides from HTML text and inserts them to the collection at the specified position. |
insert_from_html | Creates slides from HTML text and inserts them to the collection at the specified position. |
insert_from_html | Creates slides from HTML text and inserts them to the collection at the specified position. |
add_empty_slide | Adds a new empty slide to the end of the collection. |
insert_empty_slide | Inserts a copy of a specified slide to specified position of the collection. |
remove | Removes the first occurrence of a specific object from the collection. |
remove_at | Removes the element at the specified index of the collection. |
index_of | Returns an index of the specified slide in the collection. |
See Also
- class
Slide
- module
aspose.slides
- library
Aspose.Slides