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):
    ...
ParameterTypeDescription
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