白皮书下载
实在智能Agent产品白皮书(7.2.0).pdf
Set cursor position after finding text
发刊日期:
2021/10/15
编辑团队:
实在学院
1、 Video example
To be launched.
2、 Function description
Finds the specified text in the word document and sets the cursor relative to the first found text.
3、 Attribute description
● Document object: represents the word document object to be operated on. You can use the variables returned by components such as open document.
● find text: the text that will be matched in the document.
● relative position: after the text is found, the position of the cursor relative to the found text. Cursor before text: the cursor is to the left of the found text. Cursor after text: the cursor is to the right of the found text. Select text: select the found cursor.
4、 Use example
1. Execution logic
Open a word and set the cursor after the found text.

2. Output results






