Word Object
Description
This action component allows you to to open/create an Word application.
Input Properties
- File Path (String) – The path of the Word document file you want to use.
- Is Visible (Boolean) – Show Word file is opened in the foreground while performing actions on it.
- Create New If Not Exist (Boolean) – Creates a new Word document when the document cannot be found at the specified path.
- Read Password (String) – The password required for opening password protected word document.
- Write Password (String) – The password required for editing password protected word document.
- Input WordObject (IWordObject) – The input Word Object connection.
- Body (IWordObject) – The actions you want to execute within the Word application.
- Timeout (Int32) – The connection timeout.
Output Properties
- Result (IWordObject) – The word application connection object will be stored as IWordObject object.
General Properties
- Global Waits (Checkbox) – Apply global waits when PreWait or PostWait are not specified.
- Ignore Error (Checkbox) – Continue the process flow without throwing error.
- Post Wait (Checkbox) – Apply specified wait after execute the action.
- Pre Wait (Checkbox) – Apply specified wait before execute the action.