New-UDSpan
SYNOPSIS
Creates a span of content.
SYNTAX
New-UDSpan [[-Id] <String>] [[-Content] <Object>] [<CommonParameters>]
DESCRIPTION
Creates a span of content.
EXAMPLES
Example 1
PS C:\> New-UDSpan -Content {
New-UDHeading -Text "Header"
}
Creates a header within a span.
PARAMETERS
-Content
Content for this span.
Type: System.Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Id
The ID for this span.
Type: System.String
Parameter Sets: (All)
Aliases:
Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
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.