| Package | stimulsoft.report.components.textFormats |
| Class | public class StiFormatService |
| Inheritance | StiFormatService StiService StiObject Object |
| Implements | IStiClonable, IStiEquals, IStiSerializable, IStiRef, IStiDefault |
| Subclasses | StiBooleanFormatService, StiCustomFormatService, StiDateFormatService, StiGeneralFormatService, StiNumberFormatService, StiTimeFormatService |
| Property | Defined 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 | ||
![]() | properties : StiRepositoryItems | StiService | |
| ref : int | StiFormatService | ||
| sample : Object [read-only] Gets value to show a sample of formatting. | StiFormatService | ||
![]() | 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 Gets or sets string of formatting. | StiFormatService | ||
| Method | Defined By | ||
|---|---|---|---|
| StiFormatService | |||
![]() | 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 | ||
![]() | 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] | StiFormatService | ||
![]() | packService():void | StiService | |
| isDefault | property |
isDefault:Boolean [read-only] public function get isDefault():Boolean| isFormatStringFromVariable | property |
isFormatStringFromVariable:Boolean [read-only] Internal use only.
public function get isFormatStringFromVariable():Boolean| nativeFormatString | property |
nativeFormatString:String [read-only] Returns native format string.
public function get nativeFormatString():String| position | property |
position:int [read-only] public function get position():int| ref | property |
ref:int public function get ref():int public function set ref(value:int):void| sample | property |
sample:Object [read-only] Gets value to show a sample of formatting.
public function get sample():Object| stringFormat | property |
stringFormat:StringGets or sets string of formatting.
public function get stringFormat():String public function set stringFormat(value:String):void| StiFormatService | () | Constructor |
public function StiFormatService()| equals | () | method |
override public function equals(object:Object):BooleanParameters
object:Object |
Boolean |
| format | () | method |
public function format(arg:*):StringFormats the specified object in order of format and returns a string.
Parameters
arg:* |
String |
| formatStr | () | method |
public function formatStr(format:String, arg:*):StringFormats the specified object in order of format and returns a string.
Parameters
format:String | |
arg:* |
String |
| memberwiseClone | () | method |
override public function memberwiseClone():ObjectReturnsObject |