AddComment
CommentCollection.AddComment 方法
在集合的末尾添加新评论。
public IComment AddComment(string text, ISlide slide, PointF position, DateTime creationTime)
参数 | 类型 | 描述 |
---|---|---|
text | String | 新评论的纯文本。 |
slide | ISlide | 在演示文稿中添加新评论的幻灯片。 |
position | PointF | 在幻灯片上添加新评论的位置。 |
creationTime | DateTime | 评论创建的时间。 |
返回值
添加的评论。
另请参阅
- 接口 IComment
- 接口 ISlide
- 类 CommentCollection
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides