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

From Apache OpenOffice Wiki
Jump to: navigation, search
m (FINAL VERSION FOR L10N)
m (Correcting Wiki syntax error)
 
Line 9: Line 9:
 
{{Documentation/DevGuideLanguages|Documentation/DevGuide/Accessibility/{{SUBPAGENAME}}}}  
 
{{Documentation/DevGuideLanguages|Documentation/DevGuide/Accessibility/{{SUBPAGENAME}}}}  
 
  {{DISPLAYTITLE:Putting the Accessibility Interfaces to Work}}
 
  {{DISPLAYTITLE:Putting the Accessibility Interfaces to Work}}
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.
+
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