21 module
com { module sun { module star { module awt {
31 void setValue( [in] hyper Value, [in]
short FieldUnit );
36 void setUserValue( [in] hyper Value, [in]
short FieldUnit );
41 hyper getValue( [in]
short FieldUnit );
46 hyper getCorrectedValue( [in]
short FieldUnit );
51 void setMin( [in] hyper Value, [in]
short FieldUnit );
57 hyper getMin( [in]
short FieldUnit );
62 void setMax( [in] hyper Value, [in]
short FieldUnit );
68 hyper getMax( [in]
short FieldUnit );
73 void setFirst( [in] hyper Value, [in]
short FieldUnit );
78 hyper getFirst( [in]
short FieldUnit );
83 void setLast( [in] hyper Value, [in]
short FieldUnit );
88 hyper getLast( [in]
short FieldUnit );
93 void setSpinSize( [in] hyper Value );
103 void setDecimalDigits( [in]
short nDigits );
108 short getDecimalDigits();
113 void setStrictFormat( [in]
boolean bStrict );
118 boolean isStrictFormat();
Definition: Ambiguous.idl:20
base interface of all UNO interfaces
Definition: XInterface.idl:45
gives access to the value and formatting of a metric field.
Definition: XMetricField.idl:26