:: drafts :: com :: sun :: star :: i18n ::

struct NativeNumberXmlAttributes
Description
Attributes describing a native number mode for a specific locale, stored in XML file format.

Used with XNativeNumberSupplier::convertToXmlAttributes() and XNativeNumberSupplier::convertFromXmlAttributes()


Elements' Summary
Locale The locale of the native number representation
Format The number "1" expressed as a native number string.
Style The type of the number string, for example, "short" or "medium" or "long".
Elements' Details
Locale
::com::sun::star::lang::Locale Locale;
Description
The locale of the native number representation
Format
string Format;
Description
The number "1" expressed as a native number string.
Style
string Style;
Description
The type of the number string, for example, "short" or "medium" or "long".
Top of Page