Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Word.Interfaces.CommentReplyLoadOptions interface
- Package:
- word
Represents a comment reply in the document.
Properties
| $all | Specifying |
| 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
$all
Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).
$all?: boolean;
Property Value
boolean
authorEmail
Gets the email of the comment reply's author.
authorEmail?: boolean;
Property Value
boolean
Remarks
authorName
Gets the name of the comment reply's author.
authorName?: boolean;
Property Value
boolean
Remarks
content
Specifies the comment reply's content. The string is plain text.
content?: boolean;
Property Value
boolean
Remarks
contentRange
Specifies the commentReply's content range.
contentRange?: Word.Interfaces.CommentContentRangeLoadOptions;
Property Value
Remarks
creationDate
Gets the creation date of the comment reply.
creationDate?: boolean;
Property Value
boolean
Remarks
id
parentComment
Gets the parent comment of this reply.
parentComment?: Word.Interfaces.CommentLoadOptions;
Property Value
Remarks
Office Add-ins
Feedback
Was this page helpful?
