ToArray
ToArray()
创建并返回包含所有评论的数组。
public IComment[] ToArray()
返回值
IComment
的数组。
参见
- 接口 IComment
- 接口 ICommentCollection
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides
ToArray(int, int)
创建并返回指定范围内的所有评论的数组。
public IComment[] ToArray(int startIndex, int count)
参数 | 类型 | 描述 |
---|---|---|
startIndex | Int32 | 要返回的第一个评论的索引。 |
count | Int32 | 要返回的评论数量。 |
返回值
IComment
的数组。
参见
- 接口 IComment
- 接口 ICommentCollection
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides