com.aspose.slides
Class CommentEx

java.lang.Object
  extended by com.aspose.slides.CommentEx

public final class CommentEx
extends java.lang.Object

Represents a comment on a slide.


Method Summary
 CommentAuthorEx getAuthor()
           Returns the author of a comment.
 java.util.Date getCreatedTime()
           
 java.awt.geom.Point2D.Float getPosition()
           
 SlideEx 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.


setText

public void setText(java.lang.String value)

getCreatedTime

public java.util.Date getCreatedTime()

setCreatedTime

public void setCreatedTime(java.util.Date value)

getSlide

public SlideEx getSlide()

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


getAuthor

public CommentAuthorEx getAuthor()

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


getPosition

public java.awt.geom.Point2D.Float getPosition()

setPosition

public void setPosition(java.awt.geom.Point2D.Float value)