Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

...

Excerpt

Capitalizes the first letter of all words found in the string.

...

titleTODO

An expression that takes value from a given column and returns the capitalize version of it.

Example

Code Block
xml
xml

<expression name="ColumnToCapitalize" class="org.jfree.report.function.strings.CapitalizeStringExpression">
  <properties>
      <property name="field">ColumnName</property>
  </properties>
</expression>