remove method

remove

Removes the author from the parent collection.

def remove(self):
    ...

Exceptions

ExceptionDescription
PptxEditExceptionThrown if author is already removed.

See Also