InsertModernComment
ICommentCollection.InsertModernComment 方法
在指定索引处向集合插入新的现代评论。
public IModernComment InsertModernComment(int index, string text, ISlide slide, IShape shape,
PointF position, DateTime creationTime)
| 参数 | 类型 | 描述 |
|---|---|---|
| index | Int32 | 在集合中应插入现代评论的元素索引。 |
| text | String | 新的现代评论的普通文本。 |
| slide | ISlide | 在演示文稿中添加新的现代评论的幻灯片。 |
| shape | IShape | 与新的现代评论相关联的幻灯片上的形状。 |
| position | PointF | 在幻灯片上添加新的现代评论的位置。 |
| creationTime | DateTime | 现代评论创建的时间。 |
返回值
插入的现代评论。
另请参阅
- 接口 IModernComment
- 接口 ISlide
- 接口 IShape
- 接口 ICommentCollection
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides