service DrawingDocumentDrawView in module com::sun::star::drawing::

(Global Index)

Syntax

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.


Property 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.

Property Details



IsMasterPageMode

Syntax

boolean IsMasterPageMode;

Description

If the view is in masterpage mode, the view shows the masterpages of this model.


IsLayerMode

Syntax

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