Word.Interfaces.CommentReplyData interface

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

[ API set: WordApi 1.4 ]

authorName

Gets the name of the comment reply's author.

authorName?: string;

Property Value

string

Remarks

[ API set: WordApi 1.4 ]

content

Specifies the comment reply's content. The string is plain text.

content?: string;

Property Value

string

Remarks

[ API set: WordApi 1.4 ]

contentRange

Specifies the commentReply's content range.

contentRange?: Word.Interfaces.CommentContentRangeData;

Property Value

Remarks

[ API set: WordApi 1.4 ]

creationDate

Gets the creation date of the comment reply.

creationDate?: Date;

Property Value

Date

Remarks

[ API set: WordApi 1.4 ]

id

Gets the ID of the comment reply.

id?: string;

Property Value

string

Remarks

[ API set: WordApi 1.4 ]

parentComment

Gets the parent comment of this reply.

parentComment?: Word.Interfaces.CommentData;

Property Value

Remarks

[ API set: WordApi 1.4 ]