Packagestimulsoft.report.components.textFormats.classes
Classpublic class StiBitsNumberFormatService
InheritanceStiBitsNumberFormatService Inheritance Object
Implements IStiClonable



Public Properties
 PropertyDefined By
  decimalDigits : int
StiBitsNumberFormatService
  decimalSeparator : String
StiBitsNumberFormatService
  groupSeparator : String
StiBitsNumberFormatService
  groupSize : int
StiBitsNumberFormatService
  negativePattern : int
StiBitsNumberFormatService
  nullDisplay : String
StiBitsNumberFormatService
  useGroupSeparator : Boolean
StiBitsNumberFormatService
  useLocalSetting : Boolean
StiBitsNumberFormatService
Public Methods
 MethodDefined By
  
StiBitsNumberFormatService(negativePattern:int, decimalSeparator:String, decimalDigits:int, groupSeparator:String, groupSize:int, useGroupSeparator:Boolean, useLocalSetting:Boolean, nullDisplay:String)
StiBitsNumberFormatService
  
clone(... args):Object
StiBitsNumberFormatService
  
equals(object:Object):Boolean
StiBitsNumberFormatService
  
StiBitsNumberFormatService
Property Detail
decimalDigitsproperty
public var decimalDigits:int

decimalSeparatorproperty 
public var decimalSeparator:String

groupSeparatorproperty 
public var groupSeparator:String

groupSizeproperty 
public var groupSize:int

negativePatternproperty 
public var negativePattern:int

nullDisplayproperty 
public var nullDisplay:String

useGroupSeparatorproperty 
public var useGroupSeparator:Boolean

useLocalSettingproperty 
public var useLocalSetting:Boolean

Constructor Detail
StiBitsNumberFormatService()Constructor
public function StiBitsNumberFormatService(negativePattern:int, decimalSeparator:String, decimalDigits:int, groupSeparator:String, groupSize:int, useGroupSeparator:Boolean, useLocalSetting:Boolean, nullDisplay:String)



Parameters
negativePattern:int
 
decimalSeparator:String
 
decimalDigits:int
 
groupSeparator:String
 
groupSize:int
 
useGroupSeparator:Boolean
 
useLocalSetting:Boolean
 
nullDisplay:String
Method Detail
clone()method
public function clone(... args):Object

Parameters

... args

Returns
Object
equals()method 
public function equals(object:Object):Boolean

Parameters

object:Object

Returns
Boolean
memberwiseClone()method 
public function memberwiseClone():Object

Returns
Object