Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

service NumberFormatProperties

Description
properties specifying the behavior of a NumberFormatter .
See also
NumberFormatter.


Properties' Summary

FormatString contains the format string of the number format.
Locale contains the locale of the number format.
Type contains the type of the number format.
Comment contains a comment regarding the number format for display to the user.

Properties' Details

FormatString
 
[ readonly ] string FormatString;
Description
contains the format string of the number format.
Locale
 
[ readonly ] com::sun::star::lang::Locale Locale;
Description
contains the locale of the number format.
Type
 
[ readonly ] short Type;
Description
contains the type of the number format.
See also
NumberFormat
Comment
 
string Comment;
Description
contains a comment regarding the number format for display to the user.

Top of Page