:: com :: sun :: star :: presentation ::

service SlidesView
Description
This componend integrates a slides view to a presentation document into the desktop. In a slides view, the pages of a presentation document are displayed to the user as thumbnails and can be arranged and cut/copied to/from the clipboard.
Since
OpenOffice 1.1.2

Included Services
::com::sun::star::frame::Controller
Description
this services offers the integration of this component into the desktop.
Exported Interfaces
::com::sun::star::awt::XWindow
Description
lets you access the window for this view
::com::sun::star::beans::XPropertySet
Description
lets you access the properties of this service.
::com::sun::star::lang::XServiceInfo
Description
provides the names of the services implemented by this instance.
Properties' Summary
[ readonly ] ::com::sun::star::awt::Rectangle
VisibleArea
This is the area that is currently visible.  
Properties' Details
VisibleArea
[ readonly ] ::com::sun::star::awt::Rectangle VisibleArea;
Description
This is the area that is currently visible.

 
Top of Page