API Reference
Cmdlet
Set-OfficePowerPointNotes
Sets speaker notes for a PowerPoint slide.
Remarks
Sets speaker notes for a PowerPoint slide.
Examples
Example 1: Attach speaker notes.
PS>
New-OfficePowerPoint -Path .\Examples\Documents\PowerPointNotes.pptx {
$slide = Add-OfficePowerPointSlide -Layout 1
Set-OfficePowerPointSlideTitle -Slide $slide -Title 'Executive summary'
Set-OfficePowerPointNotes -Slide $slide -Text 'Keep this slide under five minutes and focus on decisions.'
}
Writes speaker notes to a generated slide.
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-OfficePowerPointNotes [-Slide <PowerPointSlide>] -Text <String> [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- Slide PowerPointSlide
- Slide whose notes should be updated (optional inside DSL).
- Text String
- Notes text to apply.
Outputs
OfficeIMO.PowerPoint.PowerPointSlide