ICommentCollection Interface |
Namespace: Aspose.Slides
The ICommentCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsICollection |
Returns ICollection interface.
(Inherited from IGenericCollectionT.) |
![]() | AsIEnumerable |
Returns IEnumerable interface.
Read-only IEnumerable.
(Inherited from IGenericCollectionT.) |
![]() | Count | (Inherited from ICollection.) |
![]() | IsSynchronized | (Inherited from ICollection.) |
![]() | Item |
Gets the element at the specified index.
Read-only IComment.
|
![]() | SyncRoot | (Inherited from ICollection.) |
Name | Description | |
---|---|---|
![]() | AddComment |
Add new comment at the end of a collection.
|
![]() | Clear |
Removes all comments from a collection.
|
![]() | CopyTo | (Inherited from ICollection.) |
![]() | GetEnumerator | (Inherited from IEnumerableIComment.) |
![]() | InsertComment |
Insert new comment to a collection at the specified index.
|
![]() | Remove |
Removes the first occurrence of the specified comment in a collection.
|
![]() | RemoveAt |
Removes the element at the specified index in a collection.
|
![]() | ToArray |
Creates and returns an array with all comments.
|
![]() | ToArray(Int32, Int32) |
Creates and returns an array with all comments from the specified range.
An index of a first comment to return.A number of comments to return. |