API Reference
Command
Set-OfficePowerPointNotes
Sets speaker notes for a PowerPoint slide.
Remarks
Sets speaker notes for a PowerPoint slide.
Examples
Attach speaker notes.
PS>Set-OfficePowerPointNotes -Slide $slide -Text 'Keep this under five minutes.'
Writes notes to the 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