com.aspose.slides
Class Comment

java.lang.Object
  extended by com.aspose.slides.Comment
All Implemented Interfaces:
IComment

public final class Comment
extends java.lang.Object
implements IComment

Represents a comment on a slide.


Method Summary
 ICommentAuthor getAuthor()
           Returns the author of a comment.
 java.util.Date getCreatedTime()
           
 java.awt.geom.Point2D.Float getPosition()
           
 ISlide getSlide()
           Returns or sets the parent slide of a comment.
 java.lang.String getText()
           Returns or sets the plain text of a slide comment.
 void setCreatedTime(java.util.Date value)
           
 void setPosition(java.awt.geom.Point2D.Float value)
           
 void setText(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getText

public java.lang.String getText()

Returns or sets the plain text of a slide comment. Read/write string.

Specified by:
getText in interface IComment

setText

public void setText(java.lang.String value)
Specified by:
setText in interface IComment

getCreatedTime

public java.util.Date getCreatedTime()
Specified by:
getCreatedTime in interface IComment

setCreatedTime

public void setCreatedTime(java.util.Date value)
Specified by:
setCreatedTime in interface IComment

getSlide

public ISlide getSlide()

Returns or sets the parent slide of a comment. Read-only Slide.

Specified by:
getSlide in interface IComment

getAuthor

public ICommentAuthor getAuthor()

Returns the author of a comment. Read-only CommentAuthor.

Specified by:
getAuthor in interface IComment

getPosition

public java.awt.geom.Point2D.Float getPosition()
Specified by:
getPosition in interface IComment

setPosition

public void setPosition(java.awt.geom.Point2D.Float value)
Specified by:
setPosition in interface IComment