Word.Interfaces.CommentReplyData interface
An interface describing the data returned by calling commentReply.toJSON()
.
Properties
author |
Gets the email of the comment reply's author. |
author |
Gets the name of the comment reply's author. |
content | Specifies the comment reply's content. The string is plain text. |
content |
Specifies the commentReply's content range. |
creation |
Gets the creation date of the comment reply. |
id | Gets the ID of the comment reply. |
parent |
Gets the parent comment of this reply. |
Property Details
authorEmail
Gets the email of the comment reply's author.
authorEmail?: string;
Property Value
string
Remarks
authorName
Gets the name of the comment reply's author.
authorName?: string;
Property Value
string
Remarks
content
Specifies the comment reply's content. The string is plain text.
content?: string;
Property Value
string
Remarks
contentRange
Specifies the commentReply's content range.
contentRange?: Word.Interfaces.CommentContentRangeData;
Property Value
Remarks
creationDate
Gets the creation date of the comment reply.
creationDate?: Date;
Property Value
Date
Remarks
id
Gets the ID of the comment reply.
id?: string;
Property Value
string
Remarks
parentComment
Gets the parent comment of this reply.
parentComment?: Word.Interfaces.CommentData;
Property Value
Remarks
Office Add-ins