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_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