Remove
ICommentCollection.Remove 方法
从集合中删除指定评论的第一次出现。
public void Remove(IComment comment)
参数 | 类型 | 描述 |
---|---|---|
comment | IComment | 要从集合中删除的评论。 |
异常
异常 | 条件 |
---|---|
ArgumentNullException | 如果评论为 null |
PptxEditException | 如果评论已被删除则抛出。 |
另见
- 接口 IComment
- 接口 ICommentCollection
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides