Word.Interfaces.EditorUpdateData interface
用于更新对象上的 Editor 数据的接口,用于 在 中使用 editor.set({ ... })。
属性详细信息
nextRange
获取一个 Range 对象,该对象表示编辑器有权修改的下一个区域。
nextRange?: Word.Interfaces.RangeUpdateData;
属性值
注解
range
获取一个 Range 对象,该对象表示对象中包含的 Editor 文档部分。
range?: Word.Interfaces.RangeUpdateData;