UiPath.Presentation.Activities.InsertTextInPresentation
Inserts text in a PowerPoint presentation in a specified placeholder. This activity must be added inside a Use PowerPoint Presentation activity.
Configuring the Activity
In the Body of the Activity
- Presentation - Click Plus
on the right side of the field, and then select the presentation file where to insert the text.
- Slide number - Click Plus
on the right side of the field, then select the presentation file and the slide where to insert the text.
Alternatively, use one of the other options in the menu to indicate the slide number:- Data from the Project Notebook or a parent Excel file. For example, select a cell in an Excel file to use the value in that cell.
- Ask when run - Prompt for the slide number when the project is executed.
- Number - Enter the slide number.
- Use Saved Value - Select a numeric value that you previously saved for later use in the project.
- Open in Advanced Editor - Enter a VB expression.
- Content placeholder - Click Plus
on the right side of the field, then select the presentation file, the slide, and then select the name of the placeholder where to insert the text.
Alternatively, use one of the other options in the menu to indicate the layout name:- Data from the Project Notebook, a parent Excel file or Outlook account. For example, select a cell in an Excel file to use the value in that cell.
- Ask when run - Prompt for the name when the project is executed.
- Paste from clipboard - Paste a value that you previously copied to the clipboard in the project.
- Text - Enter the name in the Text Builder.
- Use Saved Value - Select a value that you previously saved for later use in the project.
- Open in Advanced Editor - Enter a VB expression.
- Text to add- Click Plus
on the right side of the field, and then select Text to enter the text to insert in the presentation.
Alternatively, you can use one of the other options in the menu to indicate the text to insert:- Data from the Project Notebook, a parent Excel file or Outlook account. For example, select a cell in an Excel file to use the value in that cell.
- Use Saved Value - Select a value that you previously saved for later use in the project.
- Ask when run - Prompt for the number when the project is executed.
- Paste from clipboard - Paste a value that you previously copied to the clipboard in the project..
- Open in Advanced Editor - Enter a VB expression.
In the Properties Panel
Common
- DisplayName - The name displayed for the activity in the Designer panel.
Input
- See the options in the body of the activity.
Misc
- Private - If selected, the data used in the activity is not logged by StudioX.
Updated 4 months ago