白皮书下载
open documents
1、 Video example
To be launched.
IIFunction description
Open the word file in the specified path.
IIIAttribute description
● Output to: output the document opened by the component running to a variable, which represents the opened document. It can be used in components that later provide operations on word.
● File path: the path of the selected word document.
● Visible: controls whether documents are opened visually. If no is selected, word will not be opened in the interface when the component is run.
● Absolute path: if & ldquo; is selected; Yes & rdquo;, The path must be an absolute position starting from the root directory of the disk, for example, & ldquo; D:/123.docx”。 If you select & ldquo; No & rdquo;, The path is the directory path relative to the project.

4、 Use example
In this example, use this component to open a word file on the desktop and save the word file object to the specified variable.
Output result: open the specified word document.





