remove method
remove
Removes the first occurrence of the specified author in a collection.
def remove(self, author):
...
| Parameter | Type | Description |
|---|---|---|
| author | ICommentAuthor | The author to remove from a collection. |
Exceptions
| Exception | Description |
|---|---|
| RuntimeError(Proxy error(ArgumentNullException)) | Author is None |
PptxEditException | Thrown if author is already removed. |
See Also
- class
CommentAuthorCollection - class
ICommentAuthor - class
PptxEditException - module
aspose.slides - library
Aspose.Slides