InsertModernComment

CommentCollection.InsertModernComment method

将新的现代注释插入到指定索引处的集合中。

public IModernComment InsertModernComment(int index, string text, ISlide slide, IShape shape, 
    PointF position, DateTime creationTime)
范围类型描述
indexInt32集合中应插入现代注释的元素的索引。
textString新现代评论的纯文本。
slideISlide在演示文稿中滑动以添加新的现代评论。
shapeIShape幻灯片上与新的现代评论相关联的形状。
positionPointF幻灯片上添加新现代评论的位置。
creationTimeDateTime现代评论创建时间。

返回值

插入现代评论。

也可以看看