CommentAuthorCollection
General
CommentAuthorCollection is a class in Aspose.Slides for NET.
Inherits from: ICommentAuthorCollection.
CommentAuthorCollection és una classe en Aspose.Slides per NET. Hereta de: ゚ICommentAuthorCollection⌒’ .
Representa una col·lecció d’autors de comentaris amb un . Cada accés reconstrueix objectes de envolt des dels dades de la part subjacent; no es realitza cap caixada.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
AsICollection | IList<ICommentAuthor> | Read | Provides the authors as an IList |
AsIEnumerable | IEnumerable<ICommentAuthor> | Read | Provides the authors as an IEnumerable |
Count | int | Read | Gets the total number of comment authors in the collection |
Mètodes
| Signature | Description |
|---|---|
AddAuthor(name: string, initials: string) | Adds a new comment author with the specified name and initials |
ToArray() | Returns all comment authors as an array |
FindByName(name: string) | Finds the first author whose name equals the given string |
FindByNameAndInitials(name: string, initials: string) | Finds the author matching both name and initials |
RemoveAt(index: int) | Removes the author at the specified zero‑based index |
Remove(author: ICommentAuthor) | Deletes the given ICommentAuthor from the collection |
Clear() | Removes all authors from the collection |