Word.Interfaces.CommentUpdateData interface
An interface for updating data on the Comment
object, for use in comment.set({ ... })
.
content | Specifies the comment's content as plain text. |
content |
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. |
Specifies the comment's content as plain text.
content?: string;
Property Value
string
Remarks
Specifies the comment's content range.
contentRange?: Word.Interfaces.CommentContentRangeUpdateData;
Property Value
Remarks
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
Office Add-ins feedback
Office Add-ins is an open source project. Select a link to provide feedback: