Skip to content

Latest commit

 

History

History
109 lines (83 loc) · 2.19 KB

File metadata and controls

109 lines (83 loc) · 2.19 KB
external help file PSWriteOffice-help.xml
Module Name PSWriteOffice
online version https://github.com/EvotecIT/PSWriteOffice
schema 2.0.0

Set-OfficePowerPointThemeName

SYNOPSIS

Sets the PowerPoint theme name.

SYNTAX

__AllParameterSets

Set-OfficePowerPointThemeName -Name <string> [-Presentation <PowerPointPresentation>] [-AllMasters] [-PassThru] [<CommonParameters>]

DESCRIPTION

Sets the PowerPoint theme name.

EXAMPLES

EXAMPLE 1

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

Applies a friendly theme name across every master.

PARAMETERS

-AllMasters

Apply the name across all slide masters.

Type: SwitchParameter
Parameter Sets: __AllParameterSets
Aliases: None
Possible values: 

Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

-Name

Theme name to apply.

Type: String
Parameter Sets: __AllParameterSets
Aliases: None
Possible values: 

Required: True
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

-PassThru

Emit the presentation after update.

Type: SwitchParameter
Parameter Sets: __AllParameterSets
Aliases: None
Possible values: 

Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

-Presentation

Presentation to update (optional inside New-OfficePowerPoint).

Type: PowerPointPresentation
Parameter Sets: __AllParameterSets
Aliases: None
Possible values: 

Required: False
Position: named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: True

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

  • OfficeIMO.PowerPoint.PowerPointPresentation

OUTPUTS

  • OfficeIMO.PowerPoint.PowerPointPresentation

RELATED LINKS

  • None