CommentCollection

CommentCollection — Aspose.Slides FOSS C# (.NET) API Reference

CommentCollection — CommentCollection API type. Inherits from: ICommentCollection.

Package: Aspose.Slides.Foss


Properties

PropertyTypeAccessDescription
CountintRead/Write
AsICollectionIList<IComment>Read/Write
AsIEnumerableIEnumerable<IComment>Read/Write

Methods

MethodReturnsDescription
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

See Also