Comment — Aspose.Slides FOSS Java API Reference

Comment — Represents a comment on a presentation slide. Inherits from: IComment.

Package: org.aspose.slides.foss


Properties

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

Methods

MethodReturnsDescription
getText()String
setText(String value)void
getAuthor()ICommentAuthor
getSlide()ISlide
getPosition()PointF
getCreatedTime()LocalDateTime
getParentComment()Optional<IComment>
setParentComment(IComment parent)void
remove()void

See Also