AddComment()
ICommentCollection::AddComment(System::String, System::SharedPtr<ISlide>, System::Drawing::PointF, System::DateTime) method
Add new comment at the end of a collection.
virtual System::SharedPtr<IComment> Aspose::Slides::ICommentCollection::AddComment(System::String text, System::SharedPtr<ISlide> slide, System::Drawing::PointF position, System::DateTime creationTime)=0
Arguments
Parameter | Type | Description |
---|---|---|
text | System::String | Plain text of a new comment. |
slide | System::SharedPtr<ISlide> | Slide in a presentation where to add a new comment. |
position | System::Drawing::PointF | Position on a slide where to add a new comment. |
creationTime | System::DateTime | Time of a comment creation. |
Return Value
Added comment.
See Also
- Typedef SharedPtr
- Class IComment
- Class String
- Class ISlide
- Class PointF
- Class DateTime
- Class ICommentCollection
- Namespace Aspose::Slides
- Library Aspose.Slides