| Package | stimulsoft.report.components.textFormats |
| Class | public class StiGeneralFormatService |
| Inheritance | StiGeneralFormatService StiFormatService StiService StiObject Object |
| 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 [override] [read-only] | StiGeneralFormatService | ||
![]() | properties : StiRepositoryItems | StiService | |
![]() | ref : int | StiFormatService | |
| sample : Object [override] [read-only] Gets value to show a sample of formatting. | StiGeneralFormatService | ||
![]() | 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. | StiGeneralFormatService | ||
| Method | Defined By | ||
|---|---|---|---|
| StiGeneralFormatService | |||
![]() | 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 | |
| Constant | Defined By | ||
|---|---|---|---|
| Default : StiGeneralFormatService [static] | StiGeneralFormatService | ||
| position | property |
position:int [read-only] [override] public function get position():int| 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| StiGeneralFormatService | () | Constructor |
public function StiGeneralFormatService()| Default | Constant |
public static const Default:StiGeneralFormatService