CommentAuthorCollectionRemove Method

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

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public void Remove(
	ICommentAuthor author
)

Parameters

author
Type: Aspose.SlidesICommentAuthor
The author to remove from a collection.

Implements

ICommentAuthorCollectionRemove(ICommentAuthor)
Exceptions
ExceptionCondition
ArgumentNullExceptionAuthor is null
PptxEditExceptionThrown if author is already removed.
See Also