InsertComment
ICommentCollection.InsertComment method
在指定索引处向集合插入新注释。
public IComment InsertComment(int index, string text, ISlide slide, PointF position,
DateTime creationTime)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 集合中应插入注释的元素的索引。 |
text | String | 新评论的纯文本。 |
slide | ISlide | 在演示文稿中滑动以添加新评论。 |
position | PointF | 在幻灯片上添加新评论的位置。 |
creationTime | DateTime | 评论创建时间。 |
返回值
插入注释。
也可以看看
- interface IComment
- interface ISlide
- interface ICommentCollection
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides