| external help file | PSWriteOffice-help.xml |
|---|---|
| Module Name | PSWriteOffice |
| online version | https://github.com/EvotecIT/PSWriteOffice |
| schema | 2.0.0 |
Gets PowerPoint sections from a presentation.
Get-OfficePowerPointSection [-Presentation <PowerPointPresentation>] [-Name <string>] [-CaseSensitive] [<CommonParameters>]Gets PowerPoint sections from a presentation.
PS>Get-OfficePowerPointSection -Presentation $pptReturns section information including section names and slide indexes.
Use case-sensitive matching for section names.
Type: SwitchParameter
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:
Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: TrueOptional section name filter.
Type: String
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:
Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: TruePresentation to inspect (optional inside DSL).
Type: PowerPointPresentation
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:
Required: False
Position: named
Default value: None
Accept pipeline input: True (ByValue)
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.PowerPointPresentation
OfficeIMO.PowerPoint.PowerPointSectionInfo
- None