Returns the name of the class implementing the
net.sf.jasperreports.engine.util.FormatFactory FormatFactory interface to use with this text element, in case it is not the same as the one for the overall document.
When this attribute is null, the locale returned by
JasperPrint.getLocaleCode JasperPrint.getLocaleCode() is used.
This way, the locale is specified in a single place when all the (or many ) texts from a print object
were formatted using the same locale.
the code of the java.util.Locale used when formatting this text's source value
Returns the type of the value which was used to generate this text.
JRTextField Text fields that have a non-String expression
save the value type using this attribute. This information can be used by
exporters to treat numerical or date texts (for instance) in a special manner.
the type of the original value used to generate the text