Word.Interfaces.CommentReplyCollectionLoadOptions interface
Contains a collection of Word.CommentReply objects. Represents all comment replies in one comment thread.
Remarks
Properties
$all | Specifying |
author |
For EACH ITEM in the collection: Gets the email of the comment reply's author. |
author |
For EACH ITEM in the collection: Gets the name of the comment reply's author. |
content | For EACH ITEM in the collection: Specifies the comment reply's content. The string is plain text. |
content |
For EACH ITEM in the collection: Specifies the commentReply's content range. |
creation |
For EACH ITEM in the collection: Gets the creation date of the comment reply. |
id | For EACH ITEM in the collection: Gets the ID of the comment reply. |
parent |
For EACH ITEM in the collection: 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
For EACH ITEM in the collection: Gets the email of the comment reply's author.
authorEmail?: boolean;
Property Value
boolean
Remarks
authorName
For EACH ITEM in the collection: Gets the name of the comment reply's author.
authorName?: boolean;
Property Value
boolean
Remarks
content
For EACH ITEM in the collection: Specifies the comment reply's content. The string is plain text.
content?: boolean;
Property Value
boolean
Remarks
contentRange
For EACH ITEM in the collection: Specifies the commentReply's content range.
contentRange?: Word.Interfaces.CommentContentRangeLoadOptions;
Property Value
Remarks
creationDate
For EACH ITEM in the collection: Gets the creation date of the comment reply.
creationDate?: boolean;
Property Value
boolean
Remarks
id
For EACH ITEM in the collection: Gets the ID of the comment reply.
id?: boolean;
Property Value
boolean
Remarks
parentComment
For EACH ITEM in the collection: Gets the parent comment of this reply.
parentComment?: Word.Interfaces.CommentLoadOptions;
Property Value
Remarks
Office Add-ins