:: 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.

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::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.
::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::XAccessibleSelection
(referenced entity's summary:)
Implement this interface to represent a selection of accessible objects.
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::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.
::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::XAccessibleSelection
(referenced entity's summary:)
Implement this interface to represent a selection of accessible objects.

 
Top of Page