ILayoutSlide class

ILayoutSlide class

Represents a layout slide.

The ILayoutSlide type exposes the following members:

Properties

PropertyDescription
header_footer_managerReturns HeaderFooter manager of the layout slide.
Read-only ILayoutSlideHeaderFooterManager.
master_slideReturns or sets the master slide for a layout.
Read/write IMasterSlide.
layout_typeReturns layout type of this layout slide.
Read-only SlideLayoutType.
has_depending_slidesReturns true if there exists at least one slide that depends on this layout slide.
Read-only bool.
shapes
controls
name
slide_id
custom_data
timeline
slide_show_transition
background
hyperlink_queries
show_master_shapes
slide
presentation
theme_manager

Methods

MethodDescription
get_depending_slidesReturns an array with all slides, which depend on this layout slide.
removeRemoves layout from presentation.
find_shape_by_alt_text
join_portions_with_same_formatting
equals
create_theme_effective

See Also