| external help file | PSWriteOffice-help.xml |
|---|---|
| Module Name | PSWriteOffice |
| online version | https://github.com/EvotecIT/PSWriteOffice |
| schema | 2.0.0 |
Sets the transition used when advancing to a slide.
Set-OfficePowerPointSlideTransition -Transition <SlideTransition> [-Slide <PowerPointSlide>] [<CommonParameters>]Sets the transition used when advancing to a slide.
PS>Get-OfficePowerPointSlide -Presentation $ppt -Index 0 | Set-OfficePowerPointSlideTransition -Transition FadeUpdates the first slide so it uses the Fade transition.
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: TrueTransition 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: TrueThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
OfficeIMO.PowerPoint.PowerPointSlide
OfficeIMO.PowerPoint.PowerPointSlide
- None