com.aspose.slides.pptx
Class CommentEx

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

public final class CommentEx
extends java.lang.Object

Represents a comment on a slide.


Method Summary
 CommentAuthorEx getAuthor()
           
 java.util.Date getCreatedTime()
           
 java.awt.geom.Point2D.Float getPosition()
           
 SlideEx getSlide()
           
 java.lang.String getText()
           
 void setCreatedTime(java.util.Date dateTime)
           
 void setPosition(java.awt.geom.Point2D.Float position)
           
 void setText(java.lang.String text)
           
 
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:
Plain text of a slide comment.

setText

public void setText(java.lang.String text)
Parameters:
text - - Plain text of a slide comment.

getCreatedTime

public java.util.Date getCreatedTime()
Returns:
Time of a comment creation.

setCreatedTime

public void setCreatedTime(java.util.Date dateTime)
Parameters:
dateTime - - Time of a comment creation.

getSlide

public SlideEx getSlide()
Returns:
Parent slide of a comment.

getAuthor

public CommentAuthorEx getAuthor()
Returns:
Author of a comment.

getPosition

public java.awt.geom.Point2D.Float getPosition()
Returns:
Position of a comment on a slide.

setPosition

public void setPosition(java.awt.geom.Point2D.Float position)
Parameters:
position - - Position of a comment on a slide.