remove method

remove(self)

Removes comment and all its replies from the parent collection.

def remove(self):
    ...

Exceptions

ExceptionDescription
PptxEditExceptionThrown if comment is already removed

See Also