Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

service DrawingDocumentDrawView

Description
This view service is implemented by objects that can display DrawPage s or MasterPage s in drawing mode.


Exported Interfaces

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::frame::XController
Description
lets you register for UI status information and functionality.
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.

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.

Top of Page