Syntax
service NumberFormatProperties;
Description
properties specifying the behavior of a NumberFormatter .
See also
- NumberFormatter.
-
Property 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.
|
|
Property Details
|
|
Syntax
[readonly] string FormatString;
Description
contains the format string of the number format.
Syntax
[readonly] com::sun::star::lang::Locale Locale;
Description
contains the locale of the number format.
Syntax
[readonly] short Type;
Description
contains the type of the number format.
See also
- NumberFormat
-
Syntax
string Comment;
Description
contains a comment regarding the number format for
display to the user.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.