remove method

remove

Removes the custom xml part from the presentation.

def remove(self):
    ...

Exceptions

ExceptionDescription
PptxEditExceptionThrown if xml part is already removed.

See Also