Attributes |
Name | Required | Request-time | Type | Description |
appendEllipsesDuringInput | false | false | java.lang.String | Boolean value determining if data should be truncated with ellipses during input conversion. Default = false |
appendEllipsesDuringOutput | false | false | java.lang.String | Boolean value determining if data should be truncated with ellipses during output conversion. Default = false |
format | false | false | java.lang.String | Specifies the output case of the string. One of uppercase | lowercase | capitalize |
maxLength | false | false | java.lang.String | Integer value for the maximum length of the rendered string. Strings longer than maxValue will be truncated at (maxValue - 3) and an ellipsis '...' will be appended. |
trim | false | false | java.lang.String | Boolean value determining is the string should be trimmed before any other formatting takes place. Default = false |