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_thumbnail | Returns a Thumbnail Bitmap object with custom scaling. |
get_thumbnail | Returns a Thumbnail Image object (20% of real size). |
get_thumbnail | Returns a Thumbnail Bitmap object with specified size. |
get_thumbnail | Returns a Thumbnail tiff bitmap object with specified parameters. |
get_thumbnail | Returns a Thumbnail Bitmap object. |
get_thumbnail | Returns a Thumbnail Bitmap object with custom scaling. |
get_thumbnail | Returns a Thumbnail Bitmap object with specified size. |
get_image | Returns an image object with custom scaling. |
get_image | Returns a Thumbnail Image object (20% of real size). |
get_image | Returns an image object with specified size. |
get_image | Returns a Thumbnail tiff bitmap object with specified parameters. |
get_image | Returns a Thumbnail Bitmap object. |
get_image | Returns a Thumbnail Bitmap object with custom scaling. |
get_image | Returns a Thumbnail Bitmap object with specified size. |
render_to_graphics | Renders certain slide to a Graphics object. |
render_to_graphics | Renders certain slide to a Graphics object with custom scaling. |
render_to_graphics | Renders certain slide to a Graphics object using specified size. |
write_as_svg | Saves content of slide as SVG file. |
write_as_svg | Saves content of slide as SVG file. |
get_slide_comments | Returns all slide comments added by specific author. |
remove | Removes slide from presentation. |
reset | Resets position, size and formatting of every shape that has a prototype on LayoutSlide. |
find_shape_by_alt_text | |
join_portions_with_same_formatting | |
equals | |
create_theme_effective |
See Also
- module
aspose.slides
- library
Aspose.Slides