API Reference

Cmdlet

Get-OfficePowerPointSlideSummary

Namespace PSWriteOffice
Inputs
OfficeIMO.PowerPoint.PowerPointSlide OfficeIMO.PowerPoint.PowerPointPresentation
Outputs
PSWriteOffice.Services.PowerPoint.PowerPointSlideSummaryInfo

Reads high-level slide summaries from a presentation.

Remarks

Reads high-level slide summaries from a presentation.

Examples

Authored help example

Summarize a deck.

          PS>
          Get-OfficePowerPointSlideSummary -Presentation $ppt
        

Returns one summary object per slide.

Summarize one slide.

          PS>
          Get-OfficePowerPointSlide -Presentation $ppt -Index 0 | Get-OfficePowerPointSlideSummary
        

Returns the summary for the selected 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

Get-OfficePowerPointSlideSummary [-Slide <PowerPointSlide>] [<CommonParameters>]
#
Parameter set: Slide

Parameters

Slide PowerPointSlide optionalposition: namedpipeline: True (ByValue)
Slide to inspect (optional inside the DSL).

Outputs

PSWriteOffice.Services.PowerPoint.PowerPointSlideSummaryInfo

Get-OfficePowerPointSlideSummary [-Index <Nullable`1>] [-Presentation <PowerPointPresentation>] [<CommonParameters>]
#
Parameter set: Presentation

Parameters

Index Nullable`1 optionalposition: namedpipeline: False
Optional zero-based slide index when reading from a presentation.
Presentation PowerPointPresentation optionalposition: namedpipeline: True (ByValue)
Presentation whose slides should be summarized.

Outputs

PSWriteOffice.Services.PowerPoint.PowerPointSlideSummaryInfo