Close Word

更新时间:
复制 MD 格式

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

Note

Prerequisite: Launching Word

Use this component to close a specified Word file.

2. Inputs

Note

For more information about each input, see the component panel in the visual editor.

3. Outputs

Note

For more information about each output, see the component panel in the visual editor.

4. Component usage example

4.1. Configuration example

  1. For Opened Word Object, select v_word_obj_1, which is the output of the prerequisite Start Word component.

  2. For Save on Close, select the default option, "Yes".

  3. Keep the default values for the advanced options.

4.2. Example result

None

5. Flow creation example

Setup flow

  1. Add a Start Word component to the canvas to open a specified Word file.

  2. 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.