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

service AccessibleSlideViewObject
Description
The AccessibleSlideViewObject service is implemented by the slides of the slide view of Impress documents.

An accessible slide view object gives access to one of the 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.
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.

 
Top of Page