| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor()
Get the Author of this comment
|
String |
getAuthorInitials()
Get the Author's Initials of this comment
|
Date |
getDate()
Gets the date the comment was made.
|
Point2D |
getOffset()
Gets the offset of the comment on the page.
|
String |
getText()
Get the text of this comment
|
void |
setAuthor(String author)
Set the Author of this comment.
|
void |
setAuthorInitials(String initials)
Set the Author's Initials of this comment.
|
void |
setDate(Date date)
Sets the date the comment was made.
|
void |
setOffset(Point2D offset)
Sets the offset of the comment on the page.
|
void |
setText(String text)
Set the text of this comment
|
public String getAuthor()
Commentpublic void setAuthor(String author)
Commentpublic String getAuthorInitials()
CommentgetAuthorInitials in interface Commentpublic void setAuthorInitials(String initials)
CommentComment.setAuthor(String)
this has no effectsetAuthorInitials in interface Commentpublic String getText()
Commentpublic void setText(String text)
Commentpublic Date getDate()
Commentpublic void setDate(Date date)
Commentpublic Point2D getOffset()
CommentCopyright © 2010 - 2020 Adobe. All Rights Reserved