ToArray
ToArray()
创建并返回一个包含所有注释的数组。
public IComment[] ToArray()
返回值
Comment
数组。
也可以看看
- interface IComment
- class CommentCollection
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides
ToArray(int, int)
创建并返回一个包含指定范围内所有注释的数组。
public IComment[] ToArray(int startIndex, int count)
范围 | 类型 | 描述 |
---|---|---|
startIndex | Int32 | 要返回的第一条评论的索引。 |
count | Int32 | 要返回的评论数。 |
返回值
Comment
的数组。
也可以看看
- interface IComment
- class CommentCollection
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides