wps_word_add_comment
Add a comment to a Word document by providing comment text and optionally targeting specific text; if no target is given, the comment is placed at the document start.
Instructions
添加批注。find_text 指定要批注的文字(会查找该文字并对其加批注);不传则批注文档开头一个字符处。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | 批注内容 | |
| find_text | No | 要批注的目标文字(可选) |