add_modern_comment method
add_modern_comment
Add new modern comment at the end of a collection.
Returns
Added modern comment.
def add_modern_comment(self, text, slide, shape, position, creation_time):
    ...
| Parameter | Type | Description | 
|---|---|---|
| text | str | Plain text of a new modern comment. | 
| slide | ISlide | Slide in a presentation where to add a new modern comment. | 
| shape | IShape | Shape on a slide to which a new modern comment is associated. | 
| position | aspose.pydrawing.PointF | Position on a slide where to add a new modern comment. | 
| creation_time | DateTime | Time of a modern comment creation. | 
See Also
- class CommentCollection
- class IModernComment
- class IShape
- class ISlide
- module aspose.slides
- library Aspose.Slides