remove
remove(Comment comment) function
Removes the first occurrence of the specified comment in a collection.
Parameters
| Name | Type | Description |
|---|---|---|
| comment | Comment | The comment to remove from a collection. |
Error
| Error | Condition |
|---|---|
| PptxEditException | Thrown if comment is already removed. |
remove(ModernComment comment) function
Removes the first occurrence of the specified comment in a collection.
Parameters
| Name | Type | Description |
|---|---|---|
| comment | ModernComment | The comment to remove from a collection. |
Error
| Error | Condition |
|---|---|
| PptxEditException | Thrown if comment is already removed. |