add_empty_slide method

add_empty_slide

Adds a new empty slide to the end of the collection.

Returns

Added slide.

def add_empty_slide(self, layout):
    ...
ParameterTypeDescription
layoutILayoutSlideLayout for a slide.

See Also