Description
...
Excerpt |
---|
Capitalizes the first letter of all words found in the string. |
...
title | TODO |
---|
An expression that takes value from a given column and returns the capitalize version of it. |
Example
Code Block | ||||
---|---|---|---|---|
| ||||
<expression name="ColumnToCapitalize" class="org.jfree.report.function.strings.CapitalizeStringExpression">
<properties>
<property name="field">ColumnName</property>
</properties>
</expression>
|