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

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

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

 
Top of Page