:: com :: sun :: star :: util ::

service NumberFormatsSupplier
Supported Interface
XNumberFormatsSupplier


Constructors' Summary
createWithLocale Create using specific locale.  
createWithDefaultLocale Create using default locale.  
Constructors' Details
createWithLocale
createWithLocale( [in] ::com::sun::star::lang::Locale  Locale );

Description
Create using specific locale.
Parameter Locale
the locale of the number formats supplier
createWithDefaultLocale
createWithDefaultLocale();

Description
Create using default locale.

 
Top of Page