Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Action | property | UiPath.Presentations.Activities.ZOrderChangeType |
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| FontSize | In | InArgument<Int32> |
✓ |
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| NewShapeName | In | InArgument<String> |
✓ |
Inserts text into a placeholder. This activity can be used in a setup where Desktop PowerPoint isn’t installed and should be faster than their equivalent.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| FilePath | In | InArgument<String> |
✓ | ||
| PathResource | In | InArgument<UiPath.Platform.ResourceHandling.IResource> |
✓ | ||
| SlideIndex | In | InArgument<Int32> |
✓ | ||
| ShapeName | In | InArgument<String> |
✓ | ||
| Text | In | InArgument<String> |
✓ |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| ClearExistingText | property | Boolean |
Creates a new PowerPoint document in the specified location
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| FilePath | In | InArgument<String> |
|||
| TemplatePath | In | InArgument<String> |
|||
| TemplateResource | In | InArgument<UiPath.Platform.ResourceHandling.IResource> |
|||
| Presentation | Out | OutArgument<UiPath.Platform.ResourceHandling.IResource> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| UseTemplate | property | Boolean |
|
| PreserveTemplateMetadata | property | Boolean |
|
| ConflictResolution | property | UiPath.Presentations.Activities.ConflictBehavior |
Deletes a slide. This activity can be used in a setup where Desktop PowerPoint isn’t installed and should be faster than their equivalent.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| FilePath | In | InArgument<String> |
✓ | ||
| PathResource | In | InArgument<UiPath.Platform.ResourceHandling.IResource> |
✓ | ||
| SlideIndex | In | InArgument<Int32> |
✓ |
Replaces all occurrences of a text within a presentation with another text. This activity can be used in a setup where Desktop PowerPoint isn’t installed and should be faster than their equivalent.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| FilePath | In | InArgument<String> |
✓ | ||
| PathResource | In | InArgument<UiPath.Platform.ResourceHandling.IResource> |
✓ | ||
| SearchFor | In | InArgument<String> |
✓ | ||
| ReplaceWith | In | InArgument<String> |
|||
| NumberOfReplacements | Out | OutArgument<Int32> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| MatchCase | property | Boolean |
|
| WholeWordsOnly | property | Boolean |
|
| ReplaceAll | property | Boolean |
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Presentation | In | InArgument<String> |
✓ | ||
| PathResource | In | InArgument<UiPath.Platform.ResourceHandling.IResource> |
✓ | ||
| SlideNumber | In | InArgument<Int32> |
✓ | ||
| ContentToModify | In | InArgument<String> |
✓ |
Replaces all occurrences of a text within a presentation with another text. This activity can be used in a setup where Desktop PowerPoint isn’t installed and should be faster than their equivalent.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| FilePath | In | InArgument<String> |
✓ | ||
| PathResource | In | InArgument<UiPath.Platform.ResourceHandling.IResource> |
✓ | ||
| SlideMasterName | In | InArgument<String> |
✓ | ||
| LayoutName | In | InArgument<String> |
✓ | ||
| InsertPosition | In | InArgument<Int32> |
|||
| InsertedAtPosition | Out | OutArgument<Int32> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| InsertType | property | UiPath.Presentations.Activities.InsertPositionType |
Insert a data table into a presentation. Replace an empty placeholder or a previous DataTable. This activity can be used in a setup where Desktop PowerPoint isn’t installed and should be faster than their equivalent.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| FilePath | In | InArgument<String> |
✓ | ||
| PathResource | In | InArgument<UiPath.Platform.ResourceHandling.IResource> |
✓ | ||
| SlideIndex | In | InArgument<Int32> |
✓ | ||
| ShapeName | In | InArgument<String> |
✓ | ||
| TableToInsert | In | InArgument<Data.DataTable> |
✓ |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| ExcludeHeaders | property | Boolean |
|
| AppendMode | property | UiPath.Presentations.TableAppendMode |
|
| StartRow | property | Int32 |
|
| StartColumn | property | Int32 |
Replaces a placeholder with a media element with the same name. This activity can be used in a setup where Desktop PowerPoint isn’t installed and should be faster than their equivalent.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| FilePath | In | InArgument<String> |
✓ | ||
| PathResource | In | InArgument<UiPath.Platform.ResourceHandling.IResource> |
✓ | ||
| SlideIndex | In | InArgument<Int32> |
✓ | ||
| ShapeName | In | InArgument<String> |
✓ | ||
| Media | In | InArgument<String> |
✓ | ||
| NewShapeName | In | InArgument<String> |
|||
| Left | In | InArgument<Nullable<Single>> |
|||
| Top | In | InArgument<Nullable<Single>> |
|||
| Width | In | InArgument<Nullable<Single>> |
|||
| Height | In | InArgument<Nullable<Single>> |
Adds a sensitivity label to a Powerpoint document
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Presentation | In | InArgument<UiPath.Presentations.Activities.IPresentationQuickHandle> |
✓ | ||
| SensitivityLabel | In | InArgument<Object> |
✓ | ||
| Justification | In | InArgument<String> |
Copies a slide and paste it to another position.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| SourcePresentation | In | InArgument<UiPath.Presentations.Activities.IPresentationQuickHandle> |
✓ | ||
| SlideToCopy | In | InArgument<Int32> |
✓ | ||
| DestinationPresentation | In | InArgument<UiPath.Presentations.Activities.IPresentationQuickHandle> |
✓ | ||
| WhereToInsert | In | InArgument<Int32> |
✓ |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Move | property | Boolean |
Delete a slide.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Presentation | In | InArgument<UiPath.Presentations.Activities.IPresentationQuickHandle> |
✓ | ||
| DeletePosition | In | InArgument<Int32> |
✓ |
Replaces all occurrences of a text within a presentation with another text.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Presentation | In | InArgument<UiPath.Presentations.Activities.IPresentationQuickHandle> |
✓ | ||
| SearchFor | In | InArgument<String> |
✓ | ||
| ReplaceWith | In | InArgument<String> |
|||
| NumberOfReplacements | Out | OutArgument<Int32> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| MatchCase | property | Boolean |
|
| WholeWordsOnly | property | Boolean |
|
| ReplaceAll | property | Boolean |
Enables you to modify formatting slide content.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Presentation | In | InArgument<UiPath.Presentations.Activities.IPresentationQuickHandle> |
✓ | ||
| SlideIndex | In | InArgument<Int32> |
✓ | ||
| ShapeName | In | InArgument<String> |
✓ |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Action | property | UiPath.Presentations.Activities.ZIndexChangeType |
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| FontSize | In | InArgument<Int32> |
✓ |
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| NewShapeName | In | InArgument<String> |
✓ |
Retrieves the sensitivity label from a Powerpoint file
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Presentation | In | InArgument<UiPath.Presentations.Activities.IPresentationQuickHandle> |
✓ | ||
| SensitivityLabel | Out | OutArgument<UiPath.Presentations.IPptLabelObject> |
Inserts a file from the disk to a slide and displays it as an icon.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Presentation | In | InArgument<UiPath.Presentations.Activities.IPresentationQuickHandle> |
✓ | ||
| SlideIndex | In | InArgument<Int32> |
✓ | ||
| ShapeName | In | InArgument<String> |
|||
| FilePath | In | InArgument<String> |
✓ | ||
| IconLabel | In | InArgument<String> |
|||
| NewShapeName | In | InArgument<String> |
Insert a new slide.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Presentation | In | InArgument<UiPath.Presentations.Activities.IPresentationQuickHandle> |
✓ | ||
| SlideMasterName | In | InArgument<String> |
✓ | ||
| LayoutName | In | InArgument<String> |
✓ | ||
| InsertPosition | In | InArgument<Int32> |
|||
| InsertedAtPosition | Out | OutArgument<Int32> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| InsertType | property | UiPath.Presentations.Activities.InsertPositionType |
Inserts text into a placeholder.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Presentation | In | InArgument<UiPath.Presentations.Activities.IPresentationQuickHandle> |
✓ | ||
| SlideIndex | In | InArgument<Int32> |
✓ | ||
| ShapeName | In | InArgument<String> |
✓ | ||
| Text | In | InArgument<String> |
✓ |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| ClearExistingText | property | Boolean |
Pastes the clipboard content into a presentation.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Presentation | In | InArgument<UiPath.Presentations.Activities.IPresentationQuickHandle> |
✓ | ||
| SlideIndex | In | InArgument<Int32> |
✓ | ||
| ShapeName | In | InArgument<String> |
✓ | ||
| Left | In | InArgument<Nullable<Single>> |
|||
| Top | In | InArgument<Nullable<Single>> |
|||
| Width | In | InArgument<Nullable<Single>> |
|||
| Height | In | InArgument<Nullable<Single>> |
|||
| NewShapeName | In | InArgument<String> |
Open or create a PowerPoint file to use in your automation.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| PresentationPath | In | InArgument<String> |
✓ | ||
| Password | In | InArgument<String> |
|||
| EditPassword | In | InArgument<String> |
|||
| SensitivityLabel | In | InArgument<Object> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| CreateIfNotExists | property | Boolean |
|
| AutoSave | property | Boolean |
|
| ReadOnly | property | Boolean |
|
| SensitivityOperation | property | UiPath.Presentations.PptLabelOperation |
Insert a data table into a presentation. Replace an empty placeholder or a previous Datatable.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Presentation | In | InArgument<UiPath.Presentations.Activities.IPresentationQuickHandle> |
✓ | ||
| SlideIndex | In | InArgument<Int32> |
✓ | ||
| ShapeName | In | InArgument<String> |
✓ | ||
| TableToInsert | In | InArgument<Data.DataTable> |
✓ |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| ExcludeHeaders | property | Boolean |
|
| AppendMode | property | UiPath.Presentations.TableAppendMode |
|
| StartRow | property | Int32 |
|
| StartColumn | property | Int32 |
Replaces a placeholder with a media element with the same name.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Presentation | In | InArgument<UiPath.Presentations.Activities.IPresentationQuickHandle> |
✓ | ||
| SlideIndex | In | InArgument<Int32> |
✓ | ||
| ShapeName | In | InArgument<String> |
✓ | ||
| Media | In | InArgument<String> |
✓ | ||
| NewShapeName | In | InArgument<String> |
|||
| Left | In | InArgument<Nullable<Single>> |
|||
| Top | In | InArgument<Nullable<Single>> |
|||
| Width | In | InArgument<Nullable<Single>> |
|||
| Height | In | InArgument<Nullable<Single>> |
Runs a specified macro in a macro-enabled presentation.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Presentation | In | InArgument<UiPath.Presentations.Activities.IPresentationQuickHandle> |
✓ | ||
| MacroName | In | InArgument<String> |
✓ | ||
| Result | Out | OutArgument |
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ArgumentValue | In | InArgument<Object> |
✓ |
Exports a PowerPoint presentation to PDF.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Presentation | In | InArgument<UiPath.Presentations.Activities.IPresentationQuickHandle> |
✓ | ||
| PdfPath | In | InArgument<String> |
✓ |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| ReplaceExisting | property | Boolean |
Save a PowerPoint file as a new file.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Presentation | In | InArgument<UiPath.Presentations.Activities.IPresentationQuickHandle> |
✓ | ||
| FilePath | In | InArgument<String> |
✓ |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| SaveAsFileType | property | UiPath.Presentations.PresentationSaveAsType |
|
| ReplaceExisting | property | Boolean |