ICommentAuthorCollection — Aspose.Slides FOSS C# (.NET) API Reference
ICommentAuthorCollection — ICommentAuthorCollection API type.
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 | The newly created comment author. |
ToArray() | void | An array of all comment authors. |
FindByName(string name) | void | An array of matching authors. |
FindByNameAndInitials(string name, string initials) | void | An array of matching authors. |
RemoveAt(int index) | void | The zero-based index of the author to remove. |
Remove(ICommentAuthor author) | void | The author to remove. |
Clear() | void |