InsertComment()
Contents
[
Hide
]CommentCollection::InsertComment(int32_t, System::String, System::SharedPtr<ISlide>, System::Drawing::PointF, System::DateTime) method
Insert new comment to a collection at the specified index.
System::SharedPtr<IComment> Aspose::Slides::CommentCollection::InsertComment(int32_t index, System::String text, System::SharedPtr<ISlide> slide, System::Drawing::PointF position, System::DateTime creationTime) override
Arguments
Parameter | Type | Description |
---|---|---|
index | int32_t | Index of the element in a collection at which comment should be inserted. |
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
Inserted comment.
See Also
- Typedef SharedPtr
- Class IComment
- Class String
- Class ISlide
- Class PointF
- Class DateTime
- Class CommentCollection
- Namespace Aspose::Slides
- Library Aspose.Slides