service NumberFormatProperties in module com::sun::star::util::

(Global Index)

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



FormatString

Syntax

[readonly] string FormatString;

Description

contains the format string of the number format.


Locale

Syntax

[readonly] com::sun::star::lang::Locale Locale;

Description

contains the locale of the number format.


Type

Syntax

[readonly] short Type;

Description

contains the type of the number format.

See also

NumberFormat

Comment

Syntax

string Comment;

Description

contains a comment regarding the number format for display to the user.

Top of Page