ICommentCollection

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

ICommentCollection — ICommentCollection API type.

Package: Aspose.Slides.Foss


Properties

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

Methods

MethodReturnsDescription
ToArray()voidAn array of all comments.
ToArray(int start, int count)voidAn array of comments in the specified range.
AddComment(string text, ISlide slide, PointF position, DateTime creationTime)voidThe newly created comment.
InsertComment(int index, string text, ISlide slide, PointF position, DateTime creationTime)voidThe newly created comment.
RemoveAt(int index)voidThe zero-based index.
Remove(IComment comment)voidThe comment to remove.
Clear()void
FindCommentByIdx(int idx)voidThe matching comment, or null if not found.

See Also