A Commented
public class CommentedTextPublic Class CommentedText Introduced: 30.0.
| Constructor | Description |
|---|---|
| Commented |
Initializes a new instance of the Commented |
| Method | Description |
|---|---|
| Edit |
Opens a comment input control to edit the comment's text. |
| Reply |
Opens a comment input control to reply to this comment. |
| Save | Saves the commented text with the specified format. |
| Scroll |
Sets the current input position to the first position of the commented text and scrolls it into the visible part of the document. |
| Select | Selects the commented part of the document. |
| Property | Description |
|---|---|
| Active | Gets or sets a value specifying whether the comment is currently active or not. |
| Comment | Gets or sets a string which is the comment. |
| Creation |
Gets the date and time when the comment has been inserted. |
| Default |
Gets the default highlight color for the commented text. |
| Highlight |
Gets or sets the highlight color for the commented text. |
| Highlight |
Gets or sets a value indicating whether the commented text is highlighted. |
| ID | Gets or sets a user-defined identifier. |
| Length | Gets the number of commented characters. |
| Number | Gets the comment's number. |
| Replied |
Gets the comment for which this comment is a reply. |
| Replies | Gets all replies of this comment or null if there are no replies. |
| Start | Gets the index (one-based) of the first commented character. |
| Text | Gets the commented text. |
| User |
Gets the name of the user who has commented the document. |