Pad layout renderer
If you want to contribute, please create a user account and contact Jarek to get edit access.
Applies padding to another layout output.
Supported in




Configuration Syntax
or by using ambient property to modify output of other layout renderer:
${other:padCharacter=Char}
Read more about using the Configuration File.Parameters
- Transformation Options
- padCharacter - Padding character.Char Default:

- padding - Number of characters to pad the output to.Integer
Positive padding values cause left padding, negative values cause right padding to the desired width. - fixedLength - Indicates whether to trim the rendered text to the absolute value of the padding length.Boolean Default: False

- inner - Wrapped layout.Layout





