ICommentCollection — Aspose.Slides FOSS C# (.NET) API Reference
ICommentCollection — ICommentCollection API type.
Package: Aspose.Slides.Foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
AsICollection | IList<IComment> | Read/Write | |
AsIEnumerable | IEnumerable<IComment> | Read/Write | |
Count | int | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
ToArray() | void | An array of all comments. |
ToArray(int start, int count) | void | An array of comments in the specified range. |
AddComment(string text, ISlide slide, PointF position, DateTime creationTime) | void | The newly created comment. |
InsertComment(int index, string text, ISlide slide, PointF position, DateTime creationTime) | void | The newly created comment. |
RemoveAt(int index) | void | The zero-based index. |
Remove(IComment comment) | void | The comment to remove. |
Clear() | void | |
FindCommentByIdx(int idx) | void | The matching comment, or null if not found. |