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):
    ...
ParameterTypeDescription
indexintIndex of the element in a collection at which modern comment should be inserted.
textstrPlain text of a new modern comment.
slideISlideSlide in a presentation where to add a new modern comment.
shapeIShapeShape on a slide to which a new modern comment is associated.
positionaspose.pydrawing.PointFPosition on a slide where to add a new modern comment.
creation_timeDateTimeTime of a modern comment creation.

See Also