Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Word.Interfaces.CommentReplyData interface
- Package:
- word
An interface describing the data returned by calling commentReply.toJSON().
Properties
| authorEmail | Gets the email of the comment reply's author. |
| authorName | Gets the name of the comment reply's author. |
| content | Specifies the comment reply's content. The string is plain text. |
| contentRange | Specifies the commentReply's content range. |
| creationDate | Gets the creation date of the comment reply. |
| id | Gets the ID of the comment reply. |
| parentComment | 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
parentComment
Gets the parent comment of this reply.
parentComment?: Word.Interfaces.CommentData;
Property Value
Remarks
Office Add-ins
Feedback
Was this page helpful?
