Word.Interfaces.CommentUpdateData interface
用于更新对象上的 Comment 数据的接口,用于 在 中使用 comment.set({ ... })。
属性
| content | 将注释的内容指定为纯文本。 |
| content |
指定注释的内容范围。 |
| resolved | 指定注释线程的状态。 将 设置为 可 |
属性详细信息
content
contentRange
指定注释的内容范围。
contentRange?: Word.Interfaces.CommentContentRangeUpdateData;
属性值
注解
resolved
指定注释线程的状态。 将 设置为 可 true 解析注释线程。 获取 值 true 表示注释线程已解析。
resolved?: boolean;
属性值
boolean