PowerPoint Object
Description
This action component allows you to to open/create an PowerPoint application.
Input Properties
- File Path (String) – The path of the Powerpoint document file you want to use.
- Is Visible (Boolean) – Show Powerpoint file is opened in the foreground while performing actions on it.
- Create New If Not Exist (Boolean) – Creates a new Powerpoint document when the document cannot be found at the specified path.
- Input PowerPointObject (IPowerPointObject) – The input Powerpoint Object connection.
- Body (IPowerPointObject) – The actions you want to execute within the Powerpoint application.
- Timeout (Int32) – The connection timeout.
Output Properties
- Result (IPowerPointObject) – The Powerpoint 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.