ToArray
ToArray()
创建并返回一个包含所有注释的数组。
public IComment[] ToArray()
Return Value
Array of Comment
。
See Also
- interface IComment
- class CommentCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
ToArray(int, int)
创建并返回一个包含指定范围内所有注释的数组。
public IComment[] ToArray(int startIndex, int count)
Parameter | Type | Description |
---|---|---|
startIndex | Int32 | 要返回的第一个注释的索引。 |
count | Int32 | 要返回的注释数量。 |
Return Value
Array of Comment
。
See Also
- interface IComment
- class CommentCollection
- namespace Aspose.Slides
- assembly Aspose.Slides