A Commented
CommentedText
Introduced: 30.0.
Method | Description |
---|---|
get |
Gets whether the comment is currently active or not. |
get |
Retrieves the comment text. |
get |
Gets the date and time when the comment has been inserted as a Unix timestamp in milliseconds. |
get |
Gets the highlight color for the comment as a CSS color string. |
get |
Gets a value indicating whether the comment is highlighted. |
get |
Gets an identifier for a comment. |
get |
Gets the number of characters which belong to the comment. |
get |
Gets the comment's number. |
get |
Gets the comment for which this comment is a reply. |
get |
Gets all replies of this comment or null if there are no replies. |
get |
Gets the index (one-based) of the first character which belongs to the comment. |
get |
Gets the comment's text. |
get |
Gets the name of the user who has commented the document. |
scroll |
Sets the current input position to the beginning of a comment and scrolls it into the visible part of the document. |
set |
Sets whether the comment is currently active or not. |
set |
Sets the comment text. |
set |
Sets the highlight color for the comment. |
set |
Sets a value indicating whether the comment is highlighted. |
set |
Sets an identifier for the comment. |