layout_slides property

layout_slides property

Returns a list of all layout slides that are defined in the presentation. Read-only IGlobalLayoutSlideCollection.

Remarks

You can access to alternative API for adding/inserting/removing/cloning layout slides by using IMasterSlide.LayoutSlides property.

Definition:

@property
def layout_slides(self):
    ...

See Also