20module
com { module sun { module star { module accessibility {
Implement this interface to give access to a single numerical value.
Definition XAccessibleValue.idl:32
any getMinimumValue()
Returns the minimum value that can be represented by this object.
any getMinimumIncrement()
Returns the minimum increment by which the value represented by this object can be adjusted.
any getMaximumValue()
Returns the maximum value that can be represented by this object.
any getCurrentValue()
Returns the value of this object as a number.
boolean setCurrentValue([in] any aNumber)
Sets the value of this object to the given number.
base interface of all UNO interfaces
Definition generated_idl_chapter_refs.idl:452
Definition Ambiguous.idl:20