ToArray
ToArray()
Создает и возвращает массив со всеми комментариями.
public IComment[] ToArray()
Return Value
Массив IComment
.
See Also
- interface IComment
- interface ICommentCollection
- 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
Массив IComment
.
See Also
- interface IComment
- interface ICommentCollection
- namespace Aspose.Slides
- assembly Aspose.Slides