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

service DrawingDocumentDrawView
Description
This componend integrates a view to a DrawPage s or MasterPage from a DrawingDocument .
Developers Guide
9.7.1 Drawing Documents and Presentation Documents - Drawing and Presentation Document Controller - Setting the Current Page, Using the Selection
9.7.3 Drawing Documents and Presentation Documents - Drawing and Presentation Document Controller - Other Drawing-Specific View Settings
6.1.3 Office Development - OpenOffice.org Application Environment - Using the Component Framework - Controllers - Document Specific Controller Services

Included Services
::com::sun::star::frame::Controller
Description
this services offers the integration of this component into the desktop.
Exported Interfaces
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::view::XSelectionSupplier
Description
gives you access to the selected entities of this view.
::com::sun::star::lang::XServiceInfo
Description
provides the names of the services implemented by this instance.
Properties' Summary
IsMasterPageMode If the view is in masterpage mode, the view shows the masterpages of this model.
IsLayerMode If the view is in layer mode, the user can modify the layer of the model of this view in the user interface.
CurrentPage This is the drawing page that is currently visible.
VisibleArea This is the area that is currently visible.
Properties' Details
IsMasterPageMode
boolean IsMasterPageMode;
Description
If the view is in masterpage mode, the view shows the masterpages of this model.
IsLayerMode
boolean IsLayerMode;
Description
If the view is in layer mode, the user can modify the layer of the model of this view in the user interface.
CurrentPage
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