LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_accessibility_XAccessibleValue_idl__
21 #define __com_sun_star_accessibility_XAccessibleValue_idl__
25 module
com { module sun { module star { module accessibility {
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.
any getMinimumValue()
Returns the minimal value that can be represented by this object.
any getMaximumValue()
Returns the maximal value that can be represented by this object.
Implement this interface to give access to a single numerical value.
Definition: XAccessibleValue.idl:37
Definition: Ambiguous.idl:22
base interface of all UNO interfaces
Definition: XInterface.idl:48