add_comment method

add_comment

Add new comment at the end of a collection.

Returns

Added comment.

def add_comment(self, text, slide, position, creation_time):
    ...
ParameterTypeDescription
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