Skip to content

New-PWFText

Description

Create a simple text div.

SYNTAX

New-PWFText -YourText <string> [-Center <switch>]

EXAMPLES

EXAMPLE 1

New-PWFText -YourText "My awesome text" -Center

EXAMPLE 2

New-PWFText -YourText "My awesome text"

PARAMETERS

-YourText

Your text.

Type: String
Parameter Sets: (All)
Aliases:

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

-Center

Center your text.

Type: String
Parameter Sets: (All)
Aliases:

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