ICommentAuthorCollection
Overview
ICommentAuthorCollection is a interface in Aspose.Slides FOSS for .NET.
Represents a collection of comment authors.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
AsICollection | IList<ICommentAuthor> | Read | |
AsIEnumerable | IEnumerable<ICommentAuthor> | Read | |
Count | int | Read |
Methods
| 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() |