Uses of Class
com.stimulsoft.report.components.textFormats.StiNumberFormatService

Packages that use StiNumberFormatService
com.stimulsoft.report.components.textFormats   
com.stimulsoft.webdesigner.helper   
 

Uses of StiNumberFormatService in com.stimulsoft.report.components.textFormats
 

Subclasses of StiNumberFormatService in com.stimulsoft.report.components.textFormats
 class StiCurrencyFormatService
          Describes a service for the text formatting as currency values.
 class StiPercentageFormatService
          Describes a service for the text formatting as percentage values.
 

Uses of StiNumberFormatService in com.stimulsoft.webdesigner.helper
 

Methods in com.stimulsoft.webdesigner.helper with parameters of type StiNumberFormatService
static java.util.HashMap<java.lang.String,java.lang.Object> StiTextFormatHelper.numberTextFormatItem(StiNumberFormatService service)