Word.Interfaces.CommentUpdateData interface

An interface for updating data on the Comment object, for use in comment.set({ ... }).

Properties

content

Specifies the comment's content as plain text.

contentRange

Specifies the comment's content range.

resolved

Specifies the comment thread's status. Setting to true resolves the comment thread. Getting a value of true means that the comment thread is resolved.

Property Details

content

Specifies the comment's content as plain text.

content?: string;

Property Value

string

Remarks

[ API set: WordApi 1.4 ]

contentRange

Specifies the comment's content range.

contentRange?: Word.Interfaces.CommentContentRangeUpdateData;

Property Value

Remarks

[ API set: WordApi 1.4 ]

resolved

Specifies the comment thread's status. Setting to true resolves the comment thread. Getting a value of true means that the comment thread is resolved.

resolved?: boolean;

Property Value

boolean

Remarks

[ API set: WordApi 1.4 ]