service NumericField in module com::sun::star::form::component::

(Global Index)

Syntax

service NumericField;

Description

This service specifies the ControlModel of an edit field for a numeric value.

Included Services

com::sun::star::awt::UnoControlNumericFieldModel

com::sun::star::form::FormControlModel

Description

specifies a control model within a form.


Exported Interfaces

com::sun::star::form::XReset

Description

resets the control.


Property Summary

DefaultValue returns the default value used by reset.

Property Details



DefaultValue

Syntax

double DefaultValue;

Description

returns the default value used by reset.

Top of Page