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