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. |
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. |
Property Details
content
Specifies the comment's content as plain text.
content?: string;
Property Value
string
Remarks
contentRange
Specifies the comment's content range.
contentRange?: Word.Interfaces.CommentContentRangeUpdateData;
Property Value
Remarks
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins