Skip to content

Latest commit

 

History

History
77 lines (57 loc) · 1.88 KB

File metadata and controls

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

Set-OfficePowerPointSlideTransition

SYNOPSIS

Sets the transition used when advancing to a slide.

SYNTAX

__AllParameterSets

Set-OfficePowerPointSlideTransition -Transition <SlideTransition> [-Slide <PowerPointSlide>] [<CommonParameters>]

DESCRIPTION

Sets the transition used when advancing to a slide.

EXAMPLES

EXAMPLE 1

PS>Get-OfficePowerPointSlide -Presentation $ppt -Index 0 | Set-OfficePowerPointSlideTransition -Transition Fade

Updates the first slide so it uses the Fade transition.

PARAMETERS

-Slide

Slide to update (optional inside a slide DSL scope).

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

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

-Transition

Transition to apply.

Type: SlideTransition
Parameter Sets: __AllParameterSets
Aliases: None
Possible values: None, Fade, Wipe, BlindsVertical, BlindsHorizontal, CombHorizontal, CombVertical, PushUp, PushDown, PushLeft, PushRight, Cut, Flash, WarpIn, WarpOut, Prism, FerrisLeft, FerrisRight, Morph

Required: True
Position: named
Default value: None
Accept pipeline input: False
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.PowerPointSlide

OUTPUTS

  • OfficeIMO.PowerPoint.PowerPointSlide

RELATED LINKS

  • None