UiPath Word Application Scope / Use Word File
UiPath.Word.Activities.WordApplicationScope
In the Studio profile, this activity is named?Word Application Scope.
描述
打開 Word 文檔并為其他 Word 活動提供作用域。此活動結(jié)束時,文檔和 Word 應(yīng)用程序?qū)P(guān)閉。如果指定的文件不存在,則會創(chuàng)建新的文檔文件。僅當(dāng)您的機器上已安裝 Microsoft Word 應(yīng)用程序時,才能使用該活動。
屬性
File
File path?- The full path of the Word file to be used. If the Word file to be used is located in the project folder, its relative path can be used. Only String variables and strings are supported.
備注:
必須為字符串加上引號。
Common
DisplayName?- The display name of the activity.
Misc
Private?- If selected, the values of variables and arguments are no longer logged at Verbose level.
選項
Auto save?- If selected, the document is saved on each change caused by an activity. If not selected, the changes are saved only after all the activities added inside Word Application Scope are executed. This option is selected by default.
Create if not exists?- If selected, a new Word document is created if the file is not found at the specified path. If not selected, an error occurs if the file is not found at the specified path. This option is selected by default.
