Package | stimulsoft.report.components.textFormats.classes |
Class | public class StiBitsNumberFormatService |
Inheritance | StiBitsNumberFormatService ![]() |
Implements | IStiClonable |
Property | Defined 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 |
Method | Defined 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 | ||
memberwiseClone():Object | StiBitsNumberFormatService |
decimalDigits | property |
public var decimalDigits:int
decimalSeparator | property |
public var decimalSeparator:String
groupSeparator | property |
public var groupSeparator:String
groupSize | property |
public var groupSize:int
negativePattern | property |
public var negativePattern:int
nullDisplay | property |
public var nullDisplay:String
useGroupSeparator | property |
public var useGroupSeparator:Boolean
useLocalSetting | property |
public var useLocalSetting:Boolean
StiBitsNumberFormatService | () | Constructor |
public function StiBitsNumberFormatService(negativePattern:int, decimalSeparator:String, decimalDigits:int, groupSeparator:String, groupSize:int, useGroupSeparator:Boolean, useLocalSetting:Boolean, nullDisplay:String)
negativePattern:int | |
decimalSeparator:String | |
decimalDigits:int | |
groupSeparator:String | |
groupSize:int | |
useGroupSeparator:Boolean | |
useLocalSetting:Boolean | |
nullDisplay:String |
clone | () | method |
public function clone(... args):Object
Parameters
... args |
Object |
equals | () | method |
public function equals(object:Object):Boolean
Parameters
object:Object |
Boolean |
memberwiseClone | () | method |
public function memberwiseClone():Object
ReturnsObject |