insert_modern_comment method
insert_modern_comment
Insert new modern comment to a collection at the specified index.
Returns
Inserted modern comment.
def insert_modern_comment(self, index, text, slide, shape, position, creation_time):
...
Parameter | Type | Description |
---|---|---|
index | int | Index of the element in a collection at which modern comment should be inserted. |
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
ICommentCollection
- class
IModernComment
- class
IShape
- class
ISlide
- module
aspose.slides
- library
Aspose.Slides