CommentAuthorCollection — Aspose.Slides FOSS C# (.NET) API Reference
CommentAuthorCollection — CommentAuthorCollection API type. Inherits from: ICommentAuthorCollection.
Package: Aspose.Slides.Foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
AsICollection | IList<ICommentAuthor> | Read/Write | |
AsIEnumerable | IEnumerable<ICommentAuthor> | Read/Write | |
Count | int | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
AddAuthor(string name, string initials) | void | |
ToArray() | void | |
FindByName(string name) | void | |
FindByNameAndInitials(string name, string initials) | void | |
RemoveAt(int index) | void | |
Remove(ICommentAuthor author) | void | |
Clear() | void |