StiTextFormatHelper Class
Namespace: Stimulsoft.Designer
Methods
| Method | Returns | Description |
|---|---|---|
booleanTextFormatItem static |
any | |
commonTextFormatItem static |
any | |
currencyTextFormatItem static |
any | |
customTextFormatItem static |
any | |
dateTextFormatItem static |
any | |
generalTextFormatItem static |
any | |
getCurrencySymbols static |
string[] | |
getDateAndTimeFormats static |
void | |
getFormatService static |
StiFormatService | |
getTextFormatItem static |
any | |
getTextFormatItems static |
any | |
numberTextFormatItem static |
any | |
percentageTextFormatItem static |
any | |
timeTextFormatItem static |
any | |
updateSampleTextFormat static |
void | |
updateTextFormatItemsByReportCulture static |
void |
Method Details
booleanTextFormatItem static
booleanTextFormatItem(service: StiBooleanFormatService): any
Parameters
- service (StiBooleanFormatService)
Returns any
commonTextFormatItem static
commonTextFormatItem(service: StiFormatService): any
Parameters
- service (StiFormatService)
Returns any
currencyTextFormatItem static
currencyTextFormatItem(service: StiCurrencyFormatService): any
Parameters
- service (StiCurrencyFormatService)
Returns any
customTextFormatItem static
customTextFormatItem(service: StiCustomFormatService): any
Parameters
- service (StiCustomFormatService)
Returns any
dateTextFormatItem static
dateTextFormatItem(service: StiDateFormatService): any
Parameters
- service (StiDateFormatService)
Returns any
generalTextFormatItem static
generalTextFormatItem(service: StiGeneralFormatService): any
Parameters
- service (StiGeneralFormatService)
Returns any
getCurrencySymbols static
getCurrencySymbols(): string[]
Returns string[]
getDateAndTimeFormats static
getDateAndTimeFormats(category: string, service: StiFormatService): void
Parameters
- category (string)
- service (StiFormatService)
getFormatService static
getFormatService(properties: any): StiFormatService
Parameters
- properties (any)
Returns StiFormatService
getTextFormatItem static
getTextFormatItem(service: StiFormatService): any
Parameters
- service (StiFormatService)
Returns any
getTextFormatItems static
getTextFormatItems(): any
Returns any
numberTextFormatItem static
numberTextFormatItem(service: StiNumberFormatService): any
Parameters
- service (StiNumberFormatService)
Returns any
percentageTextFormatItem static
percentageTextFormatItem(service: StiPercentageFormatService): any
Parameters
- service (StiPercentageFormatService)
Returns any
timeTextFormatItem static
timeTextFormatItem(service: StiTimeFormatService): any
Parameters
- service (StiTimeFormatService)
Returns any
updateSampleTextFormat static
updateSampleTextFormat(report: StiReport, param: any, callbackResult: any): void
Parameters
- report (StiReport)
- param (any)
- callbackResult (any)
updateTextFormatItemsByReportCulture static
updateTextFormatItemsByReportCulture(report: StiReport, param: any, callbackResult: any): void
Parameters
- report (StiReport)
- param (any)
- callbackResult (any)
Fields
| Field | Type | Description |
|---|---|---|
| service | any |