AddComment
CommentCollection.AddComment method
Add new comment at the end of a collection.
public IComment AddComment(string text, ISlide slide, PointF position, DateTime creationTime)
| Parameter | Type | Description | 
|---|---|---|
| text | String | Plain text of a new comment. | 
| slide | ISlide | Slide in a presentation where to add a new comment. | 
| position | PointF | Position on a slide where to add a new comment. | 
| creationTime | DateTime | Time of a comment creation. | 
Return Value
Added comment.
See Also
- interface IComment
- interface ISlide
- class CommentCollection
- namespace Aspose.Slides
- assembly Aspose.Slides