:: drafts :: com :: sun :: star :: accessibility ::

service AccessibleValue
Description
Support this service to represent single numerical values.

Every class that supports such a value should implement this service. The XAccessibleValue interface lets you not only access the actual value but also its minimum and maximum that bound the interval of valid values.

See also
XAccessibleValue

Exported Interfaces
XAccessibleValue
Implement this interface to give access to a single numerical value.

 
Top of Page