| Package | stimulsoft.report.components.textFormats |
| Class | public class StiCurrencyFormatService |
| Inheritance | StiCurrencyFormatService StiNumberFormatService StiFormatService StiService StiObject Object |
| Subclasses | StiPercentageFormatService |
| Property | Defined By | ||
|---|---|---|---|
![]() | decimalDigits : int Gets or sets indicates the number of decimal places to use in currency values. | StiNumberFormatService | |
![]() | decimalSeparator : String Gets or sets the string to use as the decimal separator in currency values. | StiNumberFormatService | |
![]() | groupSeparator : String
Gets or sets the string that separates groups of digits to the left
of the decimal in currency values. | StiNumberFormatService | |
![]() | groupSize : int Gets or sets the number of digits in group to the left of the decimal in currency values. | StiNumberFormatService | |
![]() | isDefault : Boolean [read-only] | StiFormatService | |
![]() | isFormatStringFromVariable : Boolean [read-only] Internal use only. | StiFormatService | |
| nativeFormatString : String [override] [read-only] Returns native format string. | StiCurrencyFormatService | ||
![]() | negativePattern : int Gets or sets the format pattern for negative numeric values. | StiNumberFormatService | |
![]() | nullDisplay : String Gets or sets string value to show the value null. | StiNumberFormatService | |
| position : int [override] [read-only] | StiCurrencyFormatService | ||
| positivePattern : int Gets or sets the format pattern for positive currency values. | StiCurrencyFormatService | ||
![]() | properties : StiRepositoryItems | StiService | |
![]() | ref : int | StiFormatService | |
| sample : Object [override] [read-only] Gets value to show a sample of formatting. | StiCurrencyFormatService | ||
![]() | serviceCategory : String [read-only] Gets a service category. | StiService | |
![]() | serviceInfo : String [read-only] Gets a service description. | StiService | |
![]() | serviceName : String [read-only] Gets a service name. | StiService | |
![]() | serviceType : Class [read-only] Gets a service type. | StiService | |
| stringFormat : String [override] Gets or sets string of formatting. | StiCurrencyFormatService | ||
| symbol : String Gets or sets a currency symbol. | StiCurrencyFormatService | ||
![]() | useGroupSeparator : Boolean Gets or sets value indicates it is necessary to use a group separator. | StiNumberFormatService | |
![]() | useLocalSetting : Boolean Gets or sets value indicates it is necessary to use local settings. | StiNumberFormatService | |
| Method | Defined By | ||
|---|---|---|---|
StiCurrencyFormatService(positivePattern:int = 1, negativePattern:int = 1, decimalPlaces:int = 0, decimalSeparator:String = ., decimalDigits:int = 2, groupSeparator:String = , groupSize:int = 3, symbol:String = $, useGroupSeparator:Boolean = true, useLocalSetting:Boolean = true, nullDisplay:String = ) | StiCurrencyFormatService | ||
![]() | clone(... args):Object [override] | StiNumberFormatService | |
equals(object:Object):Boolean [override] | StiCurrencyFormatService | ||
![]() | format(arg:*):String Formats the specified object in order of format and returns a string. | StiFormatService | |
formatStr(stringFormat:String, arg:*):String [override] | StiCurrencyFormatService | ||
![]() | getShortTypeName():String Get a short object type name (without library path). | StiObject | |
![]() | getType():Class | StiObject | |
![]() | getTypeName():String | StiObject | |
![]() | isSimple(object:*):Boolean [static] | StiObject | |
memberwiseClone():Object [override] | StiCurrencyFormatService | ||
![]() | packService():void | StiService | |
| nativeFormatString | property |
nativeFormatString:String [read-only] [override] Returns native format string.
public function get nativeFormatString():String| position | property |
position:int [read-only] [override] public function get position():int| positivePattern | property |
positivePattern:intGets or sets the format pattern for positive currency values.
public function get positivePattern():int public function set positivePattern(value:int):void| sample | property |
sample:Object [read-only] [override] Gets value to show a sample of formatting.
public function get sample():Object| stringFormat | property |
stringFormat:String[override] Gets or sets string of formatting.
public function get stringFormat():String public function set stringFormat(value:String):void| symbol | property |
symbol:StringGets or sets a currency symbol.
public function get symbol():String public function set symbol(value:String):void| StiCurrencyFormatService | () | Constructor |
public function StiCurrencyFormatService(positivePattern:int = 1, negativePattern:int = 1, decimalPlaces:int = 0, decimalSeparator:String = ., decimalDigits:int = 2, groupSeparator:String = , groupSize:int = 3, symbol:String = $, useGroupSeparator:Boolean = true, useLocalSetting:Boolean = true, nullDisplay:String = )positivePattern:int (default = 1) | |
negativePattern:int (default = 1) | |
decimalPlaces:int (default = 0) | |
decimalSeparator:String (default = .) | |
decimalDigits:int (default = 2) | |
groupSeparator:String (default = ) | |
groupSize:int (default = 3) | |
symbol:String (default = $) | |
useGroupSeparator:Boolean (default = true) | |
useLocalSetting:Boolean (default = true) | |
nullDisplay:String (default = ) |
| equals | () | method |
override public function equals(object:Object):BooleanParameters
object:Object |
Boolean |
| formatStr | () | method |
override public function formatStr(stringFormat:String, arg:*):StringParameters
stringFormat:String | |
arg:* |
String |
| memberwiseClone | () | method |
override public function memberwiseClone():ObjectReturnsObject |