API Reference
Command
Add-OfficePowerPointBullets
Adds a bulleted list to a PowerPoint slide.
Remarks
Adds a bulleted list to a PowerPoint slide.
Examples
Add a bullet list.
PS>Add-OfficePowerPointBullets -Slide $slide -Bullets 'Wins','Risks','Next Steps' -X 60 -Y 120 -Width 400 -Height 200
Creates a bullet list textbox.
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
Add-OfficePowerPointBullets [-BulletChar <String>] -Bullets <String[]> [-Height <Double>] [-Level <Int32>] [-Slide <PowerPointSlide>] [-Width <Double>] [-X <Double>] [-Y <Double>] [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- BulletChar String
- Optional bullet character (defaults to •).
- Bullets String[]
- Bullet items to render.
- Height Double
- Textbox height in points.
- Level Int32
- List level (0-8).
- Slide PowerPointSlide
- Target slide that will receive the bullet list (optional inside DSL).
- Width Double
- Textbox width in points.
- X Double
- Left offset (in points) from the slide origin.
- Y Double
- Top offset (in points) from the slide origin.
Outputs
OfficeIMO.PowerPoint.PowerPointTextBox