22  module 
com {  module sun {  module star {  module awt {
    32     void setValue( [in] 
double Value );
    42     void setMin( [in] 
double Value );
    53     void setMax( [in] 
double Value );
    64     void setFirst( [in] 
double Value );
    74     void setLast( [in] 
double Value );
    84     void setSpinSize( [in] 
double Value );
    94     void setDecimalDigits( [in] 
short nDigits );
    99     short getDecimalDigits();
   104     void setStrictFormat( [in] 
boolean bStrict );
   109     boolean isStrictFormat();
 Definition: Ambiguous.idl:20
 
gives access to the value and formatting of a numeric field. 
Definition: XNumericField.idl:27
 
base interface of all UNO interfaces 
Definition: XInterface.idl:45