Skip to content

Latest commit

 

History

History
93 lines (70 loc) · 1.68 KB

File metadata and controls

93 lines (70 loc) · 1.68 KB
external help file PSWriteOffice-help.xml
Module Name PSWriteOffice
online version https://github.com/EvotecIT/PSWriteOffice
schema 2.0.0

Add-OfficeWordListItem

SYNOPSIS

Adds a single list item.

SYNTAX

__AllParameterSets

Add-OfficeWordListItem [[-Text] <string>] [-Level <int>] [-PassThru] [<CommonParameters>]

DESCRIPTION

Adds a single list item.

EXAMPLES

EXAMPLE 1

PS>WordList { Add-OfficeWordListItem -Text 'First task' }

Creates a bullet with the text “First task”.

PARAMETERS

-Level

Zero-based list level.

Type: Int32
Parameter Sets: __AllParameterSets
Aliases: None
Possible values: 

Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

-PassThru

Emit the created WordParagraph.

Type: SwitchParameter
Parameter Sets: __AllParameterSets
Aliases: None
Possible values: 

Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

-Text

List item text.

Type: String
Parameter Sets: __AllParameterSets
Aliases: None
Possible values: 

Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

  • None

OUTPUTS

  • System.Object

RELATED LINKS

  • None