This document describes how to use the Word components in the visual editor of Alibaba Cloud Robotic Process Automation (RPA).
Close Word
1. Component description
Prerequisite: Launching Word
Use this component to close a specified Word file.
2. Inputs
For more information about each input, see the component panel in the visual editor.
3. Outputs
For more information about each output, see the component panel in the visual editor.
4. Component usage example
4.1. Configuration example
For
Opened Word Object, select v_word_obj_1, which is the output of the prerequisite Start Word component.For
Save on Close, select the default option, "Yes".Keep the default values for the advanced options.
4.2. Example result
None
5. Flow creation example
Setup flow
Add a Start Word component to the canvas to open a specified Word file.
Add a Close Word component to the canvas to close the Word document and save it by default.
Execution result
The program opens a specified Word file at a specified path and then closes the Word document.