ICommentAuthorCollection
General
ICommentAuthorCollection és una interfície en Aspose.Slides per a NET.
Representa una col·lecció de comentaris d’autors.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
AsICollection | IList<ICommentAuthor> | Read | Provides the collection as an IList of ICommentAuthor |
AsIEnumerable | IEnumerable<ICommentAuthor> | Read | Provides the collection as an IEnumerable of ICommentAuthor |
Count | int | Read | Gets the number of authors in the collection |
Mètodes
| Signature | Description |
|---|---|
AddAuthor(name: string, initials: string) | The newly created comment author. |
ToArray() | An array of all comment authors. |
FindByName(name: string) | An array of matching authors. |
FindByNameAndInitials(name: string, initials: string) | An array of matching authors. |
RemoveAt(index: int) | The zero-based index of the author to remove. |
Remove(author: ICommentAuthor) | The author to remove. |
Clear() |