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

service PreviewView
Description
This componend integrates a preview view to a slide show of a presentation document into the desktop.
Since version
OpenOffice.org 1.1

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::drawing::XDrawView
Description
lets you set/get the current page displayed by 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
CurrentPage This is the drawing page that is currently visible.
VisibleArea This is the area that is currently visible.
Properties' Details
CurrentPage
::com::sun::star::drawing::XDrawPage CurrentPage;
Description
This is the drawing page that is currently visible.
VisibleArea
[ readonly ] ::com::sun::star::awt::Rectangle VisibleArea;
Description
This is the area that is currently visible.

 
Top of Page