remove method

remove

Removes slide from presentation.

def remove(self):
    ...

Exceptions

ExceptionDescription
PptxEditExceptionThrown if slide is already removed from presentation.

See Also