CommentCollection — Aspose.Slides FOSS C# (.NET) API Reference
CommentCollection — CommentCollection API type. Inherits from: ICommentCollection.
Package: Aspose.Slides.Foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
Count | int | Read/Write | |
AsICollection | IList<IComment> | Read/Write | |
AsIEnumerable | IEnumerable<IComment> | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
ToArray() | void | |
ToArray(int start, int count) | void | |
AddComment(string text, ISlide slide, PointF position, DateTime creationTime) | void | |
InsertComment(int index, string text, ISlide slide, PointF position, DateTime creationTime) | void | |
RemoveAt(int index) | void | |
Remove(IComment comment) | void | |
Clear() | void | |
FindCommentByIdx(int idx) | void |