Word.Interfaces.CommentReplyCollectionLoadOptions interface

Contains a collection of Word.CommentReply objects. Represents all comment replies in one comment thread.

Remarks

[ API set: WordApi 1.4 ]

Properties

$all

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: Range.format.fill.color).

authorEmail

For EACH ITEM in the collection: Gets the email of the comment reply's author.

authorName

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.

contentRange

For EACH ITEM in the collection: Specifies the commentReply's content range.

creationDate

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.

parentComment

For EACH ITEM in the collection: Gets the parent comment of this reply.

Property Details

$all

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: 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

[ API set: WordApi 1.4 ]

authorName

For EACH ITEM in the collection: Gets the name of the comment reply's author.

authorName?: boolean;

Property Value

boolean

Remarks

[ API set: WordApi 1.4 ]

content

For EACH ITEM in the collection: Specifies the comment reply's content. The string is plain text.

content?: boolean;

Property Value

boolean

Remarks

[ API set: WordApi 1.4 ]

contentRange

For EACH ITEM in the collection: Specifies the commentReply's content range.

contentRange?: Word.Interfaces.CommentContentRangeLoadOptions;

Property Value

Remarks

[ API set: WordApi 1.4 ]

creationDate

For EACH ITEM in the collection: Gets the creation date of the comment reply.

creationDate?: boolean;

Property Value

boolean

Remarks

[ API set: WordApi 1.4 ]

id

For EACH ITEM in the collection: Gets the ID of the comment reply.

id?: boolean;

Property Value

boolean

Remarks

[ API set: WordApi 1.4 ]

parentComment

For EACH ITEM in the collection: Gets the parent comment of this reply.

parentComment?: Word.Interfaces.CommentLoadOptions;

Property Value

Remarks

[ API set: WordApi 1.4 ]