--- title: pageBlockPreformatted description: pageBlockPreformatted attributes, type and example --- ## Constructor: pageBlockPreformatted [Back to constructors index](index.md) ### Attributes: | Name | Type | Required | |----------|:-------------:|---------:| |text|[RichText](../types/RichText.md) | Required| |language|[string](../types/string.md) | Required| ### Type: [PageBlock](../types/PageBlock.md) ### Example: ``` $pageBlockPreformatted = ['_' => 'pageBlockPreformatted', 'text' => RichText, 'language' => string, ]; ```