CommentAuthorCollection Class |
Namespace: Aspose.Slides
The CommentAuthorCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of elements actually contained in the collection.
Read-only Int32.
|
![]() | IsSynchronized |
Returns a value indicating whether access to the collection is synchronized (thread-safe).
Read-only Boolean.
|
![]() | Item |
Gets the element at the specified index.
Read-only ICommentAuthor.
|
![]() | SyncRoot |
Returns a synchronization root.
Read-only Object.
|
Name | Description | |
---|---|---|
![]() | AddAuthor |
Add new author at the end of a collection.
|
![]() | Clear |
Removes all authors from a collection.
|
![]() | CopyTo |
Copies all elements from the collection to the specified array.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | FindByName |
Find author in a collection by name.
|
![]() | FindByNameAndInitials |
Find author in a collection by name and initials.
|
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Remove |
Removes the first occurrence of the specified author in a collection.
|
![]() | RemoveAt |
Removes the author at the specified index of the collection.
|
![]() | ToArray |
Creates and returns an array with all authors.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |