我正在发展 Word AddIn 具有 Office.js ,我正在尝试获取 Word Document .
Word AddIn
Office.js
Word Document
我查看了msdn文档,发现它可能与 comments ,但我找不到任何官方文件可供使用 comments 财产。
comments
不,据我所知,word api还没有提供这样的功能。找到的注释属性是文档属性注释。
enter image description here