remove

remove(CommentAuthor author) method

Removes the first occurrence of the specified author in a collection.

Parameters

NameTypeDescription
authorCommentAuthorThe author to remove from a collection.

Returns

void

Exception

ExceptionCondition
PptxEditExceptionThrown if author is already removed.