|
||||||||
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 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 |
---|
public CommentAuthor getAuthor()
Returns or sets the author who created the slide comment.
Read/write string
.
public void setAuthor(CommentAuthor value)
public java.lang.String getInitials()
Returns or sets the initials of an author who created the slide comment.
Read/write string
.
public void setInitials(java.lang.String value)
public java.lang.String getText()
Returns the text of a slide comment.
Read/write string
.
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 |