public interface IComment
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Deletes the object.
|
void |
fromJson(java.lang.String json)
Generates the comment from the json string.
|
IRange |
getAnchorCell()
Gets the anchor cell of the comment.
|
java.lang.String |
getAuthor()
Gets the author of the comment.
|
IShape |
getShape()
Returns the
IShape object that represents the shape attached to the
specified comment. |
java.lang.String |
getText()
Gets the comment text.
|
boolean |
getVisible()
Determines whether the object is visible.
|
IComment |
next()
Returns the
IComment object that represents the next comment. |
IComment |
previous()
Returns the
IComment object that represents the previous comment. |
void |
setText(java.lang.String value)
Sets the comment text.
|
void |
setVisible(boolean value)
Determines whether the object is visible.
|
java.lang.String |
toJson()
Generates a json string from the comment.
|
java.lang.String getText()
void setText(java.lang.String value)
java.lang.String getAuthor()
IRange getAnchorCell()
void delete()
boolean getVisible()
void setVisible(boolean value)
IShape getShape()
IShape object that represents the shape attached to the
specified comment.void fromJson(java.lang.String json)
json - the json string that contains comment infojava.lang.String toJson()