21 module
com { module sun { module star { module awt {
gives access to the value and formatting of a metric field.
Definition XMetricField.idl:27
hyper getValue([in] short FieldUnit)
returns the value which is currently displayed in the metric field.
hyper getSpinSize()
returns the currently set increment value for the spin button.
void setValue([in] hyper Value, [in] short FieldUnit)
sets the value which is displayed in the metric field.
void setLast([in] hyper Value, [in] short FieldUnit)
sets the last value to be set on END key.
hyper getCorrectedValue([in] short FieldUnit)
returns the corrected value which is displayed in the metric field.
short getDecimalDigits()
returns the currently set number of decimals.
hyper getMax([in] short FieldUnit)
returns the currently set maximum value that can be entered by the user.
void setFirst([in] hyper Value, [in] short FieldUnit)
sets the first value to be set on POS1 key.
hyper getMin([in] short FieldUnit)
returns the currently set minimum value that can be entered by the user.
void setSpinSize([in] hyper Value)
sets the increment value for the spin button.
void setMax([in] hyper Value, [in] short FieldUnit)
sets the maximum value that can be entered by the user.
hyper getLast([in] short FieldUnit)
returns the currently set last value which is set on END key.
boolean isStrictFormat()
returns whether the format is currently checked during user input.
void setMin([in] hyper Value, [in] short FieldUnit)
sets the minimum value that can be entered by the user.
void setStrictFormat([in] boolean bStrict)
determines if the format is checked during user input.
void setDecimalDigits([in] short nDigits)
sets the number of decimals.
hyper getFirst([in] short FieldUnit)
returns the currently set first value which is set on POS1 key.
void setUserValue([in] hyper Value, [in] short FieldUnit)
sets the user value which is displayed in the metric field.
base interface of all UNO interfaces
Definition generated_idl_chapter_refs.idl:452
specifies attributes for the MetricField map units.
Definition FieldUnit.idl:30
Definition Ambiguous.idl:20