com.aspose.slides
Class Comment

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

public class Comment
extends java.lang.Object

Represents a user comment on a slide.


Method Summary
 CommentAuthor getAuthor()
           Returns or sets the author who created the slide comment.
 java.util.Date getCreatedTime()
           
 java.lang.String getInitials()
           Returns or sets the initials of an author who created the slide comment.
 java.awt.Point getPosition()
           
 java.lang.String getText()
           Returns the text of a slide comment.
 void setAuthor(CommentAuthor value)
           
 void setCreatedTime(java.util.Date value)
           
 void setInitials(java.lang.String value)
           
 void setPosition(java.awt.Point 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

getAuthor

public CommentAuthor getAuthor()

Returns or sets the author who created the slide comment. Read/write string.


setAuthor

public void setAuthor(CommentAuthor value)

getInitials

public java.lang.String getInitials()

Returns or sets the initials of an author who created the slide comment. Read/write string.


setInitials

public void setInitials(java.lang.String value)

getText

public java.lang.String getText()

Returns the 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)

getPosition

public java.awt.Point getPosition()

setPosition

public void setPosition(java.awt.Point value)