:: drafts :: com :: sun :: star :: drawing ::

service AccessibleSlideView
Description
The AccessibleSlideView service is implemented by slide views of Impress documents.

An accessible slide view gives access to all visible slides of a slide view.


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::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.
::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::XAccessibleSelection
Implement this interface to represent a selection of accessible objects.

 
Top of Page