Packagestimulsoft.report.components.textFormats
Classpublic class StiFormatService
InheritanceStiFormatService Inheritance StiService Inheritance StiObject Inheritance Object
Implements IStiClonable, IStiEquals, IStiSerializable, IStiRef, IStiDefault
Subclasses StiBooleanFormatService, StiCustomFormatService, StiDateFormatService, StiGeneralFormatService, StiNumberFormatService, StiTimeFormatService



Public Properties
 PropertyDefined By
  isDefault : Boolean
[read-only]
StiFormatService
  isFormatStringFromVariable : Boolean
[read-only] Internal use only.
StiFormatService
  nativeFormatString : String
[read-only] Returns native format string.
StiFormatService
  position : int
[read-only]
StiFormatService
 Inheritedproperties : StiRepositoryItems
StiService
  ref : int
StiFormatService
  sample : Object
[read-only] Gets value to show a sample of formatting.
StiFormatService
 InheritedserviceCategory : String
[read-only] Gets a service category.
StiService
 InheritedserviceInfo : String
[read-only] Gets a service description.
StiService
 InheritedserviceName : String
[read-only] Gets a service name.
StiService
 InheritedserviceType : Class
[read-only] Gets a service type.
StiService
  stringFormat : String
Gets or sets string of formatting.
StiFormatService
Public Methods
 MethodDefined By
  
StiFormatService
 Inherited
clone(... args):Object
[override] Creates a new object that is a copy of the current instance.
StiService
  
equals(object:Object):Boolean
[override]
StiFormatService
  
format(arg:*):String
Formats the specified object in order of format and returns a string.
StiFormatService
  
formatStr(format:String, arg:*):String
Formats the specified object in order of format and returns a string.
StiFormatService
 Inherited
Get a short object type name (without library path).
StiObject
 Inherited
getType():Class
StiObject
 Inherited
getTypeName():String
StiObject
 Inherited
isSimple(object:*):Boolean
[static]
StiObject
  
[override]
StiFormatService
 Inherited
StiService
Property Detail
isDefaultproperty
isDefault:Boolean  [read-only]


Implementation
    public function get isDefault():Boolean
isFormatStringFromVariableproperty 
isFormatStringFromVariable:Boolean  [read-only]

Internal use only.


Implementation
    public function get isFormatStringFromVariable():Boolean
nativeFormatStringproperty 
nativeFormatString:String  [read-only]

Returns native format string.


Implementation
    public function get nativeFormatString():String
positionproperty 
position:int  [read-only]


Implementation
    public function get position():int
refproperty 
ref:int


Implementation
    public function get ref():int
    public function set ref(value:int):void
sampleproperty 
sample:Object  [read-only]

Gets value to show a sample of formatting.


Implementation
    public function get sample():Object
stringFormatproperty 
stringFormat:String

Gets or sets string of formatting.


Implementation
    public function get stringFormat():String
    public function set stringFormat(value:String):void
Constructor Detail
StiFormatService()Constructor
public function StiFormatService()



Method Detail
equals()method
override public function equals(object:Object):Boolean

Parameters

object:Object

Returns
Boolean
format()method 
public function format(arg:*):String

Formats the specified object in order of format and returns a string.

Parameters

arg:*

Returns
String
formatStr()method 
public function formatStr(format:String, arg:*):String

Formats the specified object in order of format and returns a string.

Parameters

format:String
 
arg:*

Returns
String
memberwiseClone()method 
override public function memberwiseClone():Object

Returns
Object