API Reference
Command
Add-OfficeWordListItem
Adds a single list item.
Remarks
Adds a single list item.
Examples
Add bullet text.
PS>WordList { Add-OfficeWordListItem -Text 'First task' }
Creates a bullet with the text “First task”.
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-OfficeWordListItem [-Level <Int32>] [-PassThru] [-Text <String>] [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- Level Int32
- Zero-based list level.
- PassThru SwitchParameter
- Emit the created WordParagraph.
- Text String
- List item text.
Outputs
System.Object