Name | Description | |
---|---|---|
WebAnnotationCommentJS | Initializes a new instance of the WebAnnotationCommentJS class. |
Name | Description | |
---|---|---|
WebAnnotationCommentJS | Initializes a new instance of the WebAnnotationCommentJS class. |
Name | Description | |
---|---|---|
copyTo | Copies this comment properties to the target comment. | |
deserialize | Deserializes an annotation comment. | |
get_Color | Gets the color of the comment in user interface. | |
get_CreationDate | Gets the creation date for comment. | |
get_IsOpen | Gets a value indicating whether the comment is opened in user interface. | |
get_IsReadOnly | Gets a value indicating whether the comment is read-only in user interface. | |
get_IsShowStateHistory | Gets a value indicating the state replies must be shown in comment panel. | |
get_ModifyDate | Gets the modify date for comment. | |
get_Name | Gets name of comment. | |
get_Parent | Gets the parent comment. | |
get_ParentCollection | Gets the comment collection that contains this comment. | |
get_ParentState | Gets the state to which the parent comment should be set. | |
get_Replies | Gets the replies of this comment. | |
get_Source | Gets the source object that stores the comment's data. | |
get_StateModel | Get the state model corresponding to ParentState. | |
get_Subject | Gets the subject of the comment. | |
get_Text | Gets the text of the comment. | |
get_Type | Gets type of comment. | |
get_UserName | Gets the name of comment author. | |
serialize | Serializes this comment. | |
set_Color | Sets the color of the comment in user interface. | |
set_IsOpen | Sets a value indicating whether the comment is opened in user interface. | |
set_IsReadOnly | Sets a value indicating whether the comment is read-only in user interface. | |
set_IsShowStateHistory | Sets a value indicating the state replies must be shown in comment panel. | |
set_Name | Sets name of comment. | |
set_ParentState | Sets the state to which the parent comment should be set. | |
set_StateModel | Sets the state model corresponding to ParentState. | |
set_Subject | Sets the subject of the comment. | |
set_Text | Sets the text of the comment. | |
set_Type | Sets type of comment. | |
set_UserName | Sets the name of comment author. |
Name | Description | |
---|---|---|
propertyChanged | Occurs when comment property is changed. | |
propertyChanging | Occurs when comment property is changing. |