For the complete documentation index, see llms.txt. This page is also available as Markdown.

New-UDParagraph

A paragraph.

Synopsis

A paragraph.

Syntax

New-UDParagraph [-Text <String>] [-Color <DashboardColor>] [<CommonParameters>]

    New-UDParagraph [-Content <ScriptBlock>] [-Color <DashboardColor>] [<CommonParameters>]

Description

A paragraph. Used to define a P HTML tag.

Parameters

-Content

The content of the paragraph.

Required?                    false
Position?                    named
Default value
Accept pipeline input?       false
Aliases
Accept wildcard characters?  false

-Text

The text of the paragraph.

-Color

The font color of the paragraph.

Outputs

-------------------------- EXAMPLE 1 --------------------------

Last updated

Was this helpful?