# Add Text to Slide OpenXML

> `UiPath.Presentation.Activities.PptDocumentAddTextToSlide`

`UiPath.Presentation.Activities.PptDocumentAddTextToSlide`

## Description

Inserts text in a PowerPoint presentation in a specified placeholder.

## Project compatibility

Windows - Legacy | Windows

## Properties

### Common

* **DisplayName** - The display name of the activity.

### Input

* **Content placeholder** - The name of the shape where to insert the text.
* **Presentation** - The full path of the PowerPoint file to be used. If the PowerPoint file to be used is located in the project folder, its relative path can be used. Only String variables and strings are supported.
* **Slide number** - The index of the slide containing the desired text form.
* **Text to add** - The text to be inserted. Only String variables and strings are supported.

### Misc

* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level.

### Options

* **Clear existing text in content placeholder** - If selected, clears the text in the content placeholder before adding the new text.
