OfficeIMO

API Reference

Command

Set-OfficePowerPointNotes

Namespace PSWriteOffice
Inputs
OfficeIMO.PowerPoint.PowerPointSlide
Outputs
OfficeIMO.PowerPoint.PowerPointSlide

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 Sets

Parameters

Slide PowerPointSlide optionalposition: namedpipeline: True (ByValue)
Slide whose notes should be updated (optional inside DSL).
Text String requiredposition: 0pipeline: False
Notes text to apply.

Outputs

OfficeIMO.PowerPoint.PowerPointSlide