Difference between revisions of "Documentation/DevGuide/Accessibility/Putting the Accessibility Interfaces to Work"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Changing Category:Documentation/Developers Guide/Accessibility)
m (Correcting Wiki syntax error)
 
(One intermediate revision by one other user not shown)
Line 7: Line 7:
 
|NextPage=Documentation/DevGuide/Accessibility/XAccessibleContext
 
|NextPage=Documentation/DevGuide/Accessibility/XAccessibleContext
 
}}
 
}}
{{DISPLAYTITLE:Putting the Accessibility Interfaces to Work}}
+
{{Documentation/DevGuideLanguages|Documentation/DevGuide/Accessibility/{{SUBPAGENAME}}}}
Once an accessible object has been obtained by a call to <idlml>com.sun.star.accessibility.XAccessible:getAccessibleContext</idlml>(), you can switch between the interfaces belonging to the accessibility API by using the usual UNO cast mechanisms. There is, however, no way back to the object from which the accessible object has been obtained through procedures provided by the accessibility API.
+
{{DISPLAYTITLE:Putting the Accessibility Interfaces to Work}}
 +
Once an accessible object has been obtained by a call to <idlm>com.sun.star.accessibility.XAccessible:getAccessibleContext</idlm>(), you can switch between the interfaces belonging to the accessibility API by using the usual UNO cast mechanisms. There is, however, no way back to the object from which the accessible object has been obtained through procedures provided by the accessibility API.
  
 
{{PDL1}}
 
{{PDL1}}
  
 
[[Category:Documentation/Developer's Guide/Accessibility]]
 
[[Category:Documentation/Developer's Guide/Accessibility]]

Latest revision as of 17:27, 16 March 2012



Once an accessible object has been obtained by a call to getAccessibleContext(), you can switch between the interfaces belonging to the accessibility API by using the usual UNO cast mechanisms. There is, however, no way back to the object from which the accessible object has been obtained through procedures provided by the accessibility API.

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