OfficeIMO

API Reference

Command

Set-OfficePowerPointThemeName

Namespace PSWriteOffice
Inputs
OfficeIMO.PowerPoint.PowerPointPresentation
Outputs
OfficeIMO.PowerPoint.PowerPointPresentation

Sets the PowerPoint theme name.

Remarks

Sets the PowerPoint theme name.

Examples

Rename the theme across the presentation.


PS>Set-OfficePowerPointThemeName -Presentation $ppt -Name 'Contoso Theme' -AllMasters
        

Applies a friendly theme name across every master.

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

Set-OfficePowerPointThemeName [-AllMasters] -Name <String> [-PassThru] [-Presentation <PowerPointPresentation>] [<CommonParameters>]
#
Parameter set: All Parameter Sets

Parameters

AllMasters SwitchParameter optionalposition: namedpipeline: False
Apply the name across all slide masters.
Name String requiredposition: namedpipeline: False
Theme name to apply.
PassThru SwitchParameter optionalposition: namedpipeline: False
Emit the presentation after update.
Presentation PowerPointPresentation optionalposition: namedpipeline: True (ByValue)
Presentation to update (optional inside New-OfficePowerPoint).

Outputs

OfficeIMO.PowerPoint.PowerPointPresentation