ISlide class

ISlide class

Represents a slide in a presentation.

The ISlide type exposes the following members:

Properties

PropertyDescription
header_footer_managerReturns HeaderFooter manager of the slide.
Read-only ISlideHeaderFooterManager.
slide_numberReturns a number of slide.
Index of slide in IPresentation.slides collection is always equal to SlideNumber - 1.
Read/write int.
hiddenDetermines whether the specified slide is hidden during a slide show.
Read/write bool.
layout_slideReturns or sets the layout slide for the current slide.
Read/write ILayoutSlide.
notes_slide_managerAllow 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

MethodDescription
get_thumbnailReturns a Thumbnail Bitmap object with custom scaling.
get_thumbnailReturns a Thumbnail Image object (20% of real size).
get_thumbnailReturns a Thumbnail Bitmap object with specified size.
get_thumbnailReturns a Thumbnail tiff bitmap object with specified parameters.
get_thumbnailReturns a Thumbnail Bitmap object.
get_thumbnailReturns a Thumbnail Bitmap object with custom scaling.
get_thumbnailReturns a Thumbnail Bitmap object with specified size.
get_imageReturns an image object with custom scaling.
get_imageReturns a Thumbnail Image object (20% of real size).
get_imageReturns an image object with specified size.
get_imageReturns a Thumbnail tiff bitmap object with specified parameters.
get_imageReturns a Thumbnail Bitmap object.
get_imageReturns a Thumbnail Bitmap object with custom scaling.
get_imageReturns a Thumbnail Bitmap object with specified size.
render_to_graphicsRenders certain slide to a Graphics object.
render_to_graphicsRenders certain slide to a Graphics object with custom scaling.
render_to_graphicsRenders certain slide to a Graphics object using specified size.
write_as_svgSaves content of slide as SVG file.
write_as_svgSaves content of slide as SVG file.
get_slide_commentsReturns all slide comments added by specific author.
removeRemoves slide from presentation.
resetResets 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