Difference between revisions of "Documentation/DevGuide/Accessibility/XAccessibleValue"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial author Sun Microsystems, Inc.)
 
m (FINAL VERSION FOR L10N)
 
(4 intermediate revisions by 3 users not shown)
Line 7: Line 7:
 
|NextPage=Documentation/DevGuide/Accessibility/XAccessibleImage
 
|NextPage=Documentation/DevGuide/Accessibility/XAccessibleImage
 
}}
 
}}
{DISPLAYTITLE:XAccessibleValue}}
+
{{Documentation/DevGuideLanguages|Documentation/DevGuide/Accessibility/{{SUBPAGENAME}}}}
 +
{{DISPLAYTITLE:XAccessibleValue}}
 
<!--<idltopic>com.sun.star.accessibility.XAccessibleValue</idltopic>-->
 
<!--<idltopic>com.sun.star.accessibility.XAccessibleValue</idltopic>-->
 
In a typical GUI, there are many controls whose characteristic feature can be represented by a single numerical value. Examples are spin boxes, scales and sliders, or combo boxes that contain only numbers, such as the font size. These objects should support the <idls>com.sun.star.accessibility.XAccessibleValue</idls> interface.
 
In a typical GUI, there are many controls whose characteristic feature can be represented by a single numerical value. Examples are spin boxes, scales and sliders, or combo boxes that contain only numbers, such as the font size. These objects should support the <idls>com.sun.star.accessibility.XAccessibleValue</idls> interface.
Line 14: Line 15:
  
 
{{PDL1}}
 
{{PDL1}}
[[Category: Accessibility]]
+
 
 +
[[Category:Documentation/Developer's Guide/Accessibility]]

Latest revision as of 13:18, 15 May 2009



In a typical GUI, there are many controls whose characteristic feature can be represented by a single numerical value. Examples are spin boxes, scales and sliders, or combo boxes that contain only numbers, such as the font size. These objects should support the XAccessibleValue interface.

The current value can be read and set with the getCurrentValue() and setCurrentValue() functions. The valid range of values is returned by the getMaximumValue() and getMinimumValue() functions.

Content on this page is licensed under the Public Documentation License (PDL).
Personal tools
In other languages