|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Comment
public class Comment
Represents a user comment created on a slide.
Method Summary | |
---|---|
CommentAuthor |
getAuthor()
Returns the author who created the slide comment. |
java.util.Date |
getCreatedTime()
Returns the time of a comment creation. |
java.lang.String |
getInitials()
Returns the initials of an author who created the slide comment. |
java.awt.Point |
getPosition()
Returns the point on a slide where comment should be placed. |
java.lang.String |
getText()
Returns the text of a slide comment. |
void |
setAuthor(CommentAuthor value)
Sets the author who created the slide comment. |
void |
setCreatedTime(java.util.Date value)
Sets the time of a comment creation. |
void |
setInitials(java.lang.String value)
Sets the initials of an author who created the slide comment. |
void |
setPosition(java.awt.Point value)
Sets the point on a slide where comment should be placed. |
void |
setText(java.lang.String value)
Sets the text of a slide comment. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public CommentAuthor getAuthor()
public void setAuthor(CommentAuthor value)
public java.lang.String getInitials()
public void setInitials(java.lang.String value)
public java.lang.String getText()
public void setText(java.lang.String value)
public java.util.Date getCreatedTime()
public void setCreatedTime(java.util.Date value)
public java.awt.Point getPosition()
public void setPosition(java.awt.Point value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |