Package | stimulsoft.report.components.textFormats |
Class | public class StiCustomFormatService |
Inheritance | StiCustomFormatService ![]() ![]() ![]() ![]() |
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] | StiCustomFormatService | ||
![]() | properties : StiRepositoryItems | StiService | |
![]() | ref : int | StiFormatService | |
sample : Object [override] [read-only] Gets value to show a sample of formatting. | StiCustomFormatService | ||
![]() | 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. | StiCustomFormatService |
Method | Defined By | ||
---|---|---|---|
StiCustomFormatService(stringFormat:String) | StiCustomFormatService | ||
![]() | 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(stringFormat:String, arg:*):String [override] | StiCustomFormatService | ||
![]() | 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 |
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
StiCustomFormatService | () | Constructor |
public function StiCustomFormatService(stringFormat:String)
stringFormat:String |
formatStr | () | method |
override public function formatStr(stringFormat:String, arg:*):String
Parameters
stringFormat:String | |
arg:* |
String |