CommentCollectionAddComment Method |
Add new comment at the end of a collection.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic IComment AddComment(
string text,
ISlide slide,
PointF position,
DateTime creationTime
)
Public Function AddComment (
text As String,
slide As ISlide,
position As PointF,
creationTime As DateTime
) As IComment
public:
virtual IComment^ AddComment(
String^ text,
ISlide^ slide,
PointF position,
DateTime creationTime
) sealed
abstract AddComment :
text : string *
slide : ISlide *
position : PointF *
creationTime : DateTime -> IComment
override AddComment :
text : string *
slide : ISlide *
position : PointF *
creationTime : DateTime -> IComment
Parameters
- text
- Type: SystemString
Plain text of a new comment. - slide
- Type: Aspose.SlidesISlide
Slide in a presentation where to add a new comment. - position
- Type: System.DrawingPointF
Position on a slide where to add a new comment. - creationTime
- Type: SystemDateTime
Time of a comment creation.
Return Value
Type:
ICommentAdded comment.
Implements
ICommentCollectionAddComment(String, ISlide, PointF, DateTime)
See Also