service UnoControlNumericField in module com::sun::star::awt::

(Global Index)

Syntax

service UnoControlNumericField;

Description

specifies a field to display and edit a numeric value.

A numeric field makes it possible to enter, display, and edit a formatted numeric value.

Included Services

com::sun::star::awt::UnoControlEdit

Description

specifies that UnoControlEdit implements an edit control based on UnoControl .


Exported Interfaces

com::sun::star::awt::XNumericField

Description

makes it possible to access the value and formatting of this numeric field.


Top of Page