layout_slides property

layout_slides property

Returns the collection of child layout slides for this master slide. Read-only IMasterLayoutSlideCollection.

Remarks

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

Definition:

@property
def layout_slides(self):
    ...

See Also