Syntax
service NumberFormatSettings;
Description
specifies the settings for number formatting.
com::sun::star::beans::XPropertySet -
Description
provides information about and access to the
properties from an implementation.
Property Summary
|
NullDate |
specifies the date which is represented by the value 0.
|
|
StandardDecimals |
specifies the maximum number of decimals used for the
standard number format ("General").
|
|
NoZero |
set to indicate that a zero value should be formatted as an empty string.
|
|
TwoDigitDateStart |
specifies the first year to be generated from a two-digit
year input.
|
|
Property Details
|
|
Syntax
com::sun::star::util::Date NullDate;
Description
specifies the date which is represented by the value 0.
The most common value for this is 12/30/1899.
Syntax
short StandardDecimals;
Description
specifies the maximum number of decimals used for the
standard number format ("General").
Syntax
boolean NoZero;
Description
set to indicate that a zero value should be formatted as an empty string.
Syntax
short TwoDigitDateStart;
Description
specifies the first year to be generated from a two-digit
year input.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.