IComment — Aspose.Slides FOSS Java API Reference

IComment — Represents a comment on a presentation slide.

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
textStringRead/Write
authorICommentAuthorRead/Write
slideISlideRead/Write
positionPointFRead/Write
createdTimeLocalDateTimeRead/Write
parentCommentOptional<IComment>Read/Write

Methods

MethodReturnsDescription
getText()StringReturns the comment text.
setText(String value)voidSets the comment text.
getAuthor()ICommentAuthorReturns the author of this comment.
getSlide()ISlideReturns the slide this comment belongs to.
getPosition()PointFReturns the position of the comment.
getCreatedTime()LocalDateTimeReturns the creation date/time.
getParentComment()Optional<IComment>Returns the parent comment, if any.
setParentComment(IComment parent)voidSets the parent comment.
remove()voidRemoves this comment and all its replies from the parent collection.

See Also