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

New-UDPaper

Paper is used to highlight content within a page.

Synopsis

Paper is used to highlight content within a page.

Syntax

New-UDPaper [[-Id] <String>] [[-Children] <ScriptBlock>] [[-Width] <String>] [[-Height] <String>] [-Square] [[-Style] <Hashtable>] [[-Elevation] <Int32>] [[-ClassName] <String>] [<CommonParameters>]

Description

Creates a paper. Paper is used to highlight content within a page.

Parameters

-Id

The ID of the component. It defaults to a random GUID.

Required?                    false
Position?                    1
Default value                ([Guid]::NewGuid()).ToString()
Accept pipeline input?       false
Aliases
Accept wildcard characters?  false

-Children

The content of this paper element.

-Width

The width of this paper.

-Height

The height of this paper.

-Style

The CSS style to apply to this paper.

-Elevation

The elevation of this paper.

-ClassName

A CSS class to apply to the paper.

Outputs

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

Last updated

Was this helpful?