insert_comment method

insert_comment

Insert new comment to a collection at the specified index.

Returns

Inserted comment.

def insert_comment(self, index, text, slide, position, creation_time):
    ...
ParameterTypeDescription
indexintIndex of the element in a collection at which comment should be inserted.
textstrPlain text of a new comment.
slideISlideSlide in a presentation where to add a new comment.
positionaspose.pydrawing.PointFPosition on a slide where to add a new comment.
creation_timeDateTimeTime of a comment creation.

See Also