Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Description

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

Example

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