:: drafts :: com :: sun :: star :: formula ::

service AccessibleFormulaText
Description
The accessible view of a formula documents command text.

Exported Interfaces
::drafts::com::sun::star::accessibility::XAccessible
This interface has to be implemented by any class that wants to be accessible.
::drafts::com::sun::star::accessibility::XAccessibleComponent
The ::drafts::com::sun::star::accessibility::XAccessibleComponent interface should be supported by any class that can be rendered on the screen.
::drafts::com::sun::star::accessibility::XAccessibleContext
Implement this interface for exposing various aspects of a class' content.
::drafts::com::sun::star::accessibility::XAccessibleEventBroadcaster
makes it possible to register listeners which are called whenever an accessibility event (see ::drafts::com::sun::star::accessibility::AccessibleEventObject ) occurs.

 
Top of Page