public interface IComment
Represents a cell comment.
-
Method Summary
void
void
Generates the comment from the json string.
Gets the anchor cell of the comment.
Gets the author of the comment.
Returns the
IShape
object that represents the shape attached to thespecified comment.
boolean
Determines whether the object is visible.
Returns the
IComment
object that represents the next comment.
Returns the
IComment
object that represents the previous comment.
void
void
Determines whether the object is visible.
Generates a json string from the comment.
-
Method Details
-
getText
Gets the comment text.
-
setText
Sets the comment text.
-
getAuthor
Gets the author of the comment.
-
getAnchorCell
Gets the anchor cell of the comment.
-
delete
void delete()
Deletes the object.
-
next
Returns the
IComment
object that represents the next comment.
-
previous
Returns the
IComment
object that represents the previous comment.
-
getVisible
boolean getVisible()
Determines whether the object is visible.
-
setVisible
void setVisible(boolean value)
Determines whether the object is visible.
-
getShape
Returns the
IShape
object that represents the shape attached to thespecified comment.
-
fromJson
Generates the comment from the json string.
- Parameters:
json
- the json string that contains comment info
-
toJson
Generates a json string from the comment.
- Returns:
- the json string that contains comment info