19 #ifndef __com_sun_star_awt_XNumericField_idl__
20 #define __com_sun_star_awt_XNumericField_idl__
26 module com { module sun { module star { module awt {
36 void setValue( [in]
double Value );
46 void setMin( [in]
double Value );
57 void setMax( [in]
double Value );
68 void setFirst( [in]
double Value );
78 void setLast( [in]
double Value );
88 void setSpinSize( [in]
double Value );
98 void setDecimalDigits( [in]
short nDigits );
103 short getDecimalDigits();
108 void setStrictFormat( [in]
boolean bStrict );
113 boolean isStrictFormat();
gives access to the value and formatting of a numeric field.
Definition: XNumericField.idl:31
base interface of all UNO interfaces
Definition: XInterface.idl:47