ISlide class
Contents
[
Hide
]ISlide class
Represents a slide in a presentation.
The ISlide type exposes the following members:
Properties
| Property | Description |
|---|---|
header_footer_manager | Returns HeaderFooter manager of the slide. Read-only ISlideHeaderFooterManager. |
slide_number | Returns a number of slide. Index of slide in IPresentation.slides collection is always equal to SlideNumber - 1.Read/write int. |
hidden | Determines whether the specified slide is hidden during a slide show. Read/write bool. |
layout_slide | Returns or sets the layout slide for the current slide. Read/write ILayoutSlide. |
notes_slide_manager | Allow to access notes slide, add and remove it. Read-only INotesSlideManager. |
shapes | |
controls | |
name | |
slide_id | |
custom_data | |
timeline | |
slide_show_transition | |
background | |
hyperlink_queries | |
show_master_shapes | |
slide | |
presentation | |
theme_manager |
Methods
| Method | Description |
|---|---|
get_image(self, scale_x, scale_y) | Returns an image object with custom scaling. |
get_image(self) | Returns a Thumbnail Image object (20% of real size). |
get_image(self, image_size) | Returns an image object with specified size. |
get_image(self, options) | Returns a Thumbnail tiff bitmap object with specified parameters. |
get_image(self, options) | Returns a Thumbnail Bitmap object. |
get_image(self, options, scale_x, scale_y) | Returns a Thumbnail Bitmap object with custom scaling. |
get_image(self, options, image_size) | Returns a Thumbnail Bitmap object with specified size. |
write_as_svg(self, stream) | Saves the slide content as an SVG file. |
write_as_svg(self, stream, svg_options) | Saves the slide content as an SVG file. |
get_slide_comments(self, author) | Returns all slide comments added by specific author. |
write_as_emf(self, stream) | Saves the slide content as an EMF file. |
remove(self) | Removes slide from presentation. |
reset(self) | Resets position, size and formatting of every shape that has a prototype on LayoutSlide. |
find_shape_by_alt_text(self, alt_text) | |
join_portions_with_same_formatting(self) | |
equals(self, slide) | |
create_theme_effective(self) |
See Also
- module
aspose.slides - library
Aspose.Slides