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

(Global Index)

Syntax

service Layer;

Description

A layer is an entity inside a document which contains shapes.

There could be zero or more Shape s attached to such a layer.

The properties of a Layer instance affect all Shape s attached to the Layer.

See also

DrawingDocument

See also

LayerManager

Exported Interfaces

com::sun::star::beans::XPropertySet

Description

The properties in this set affect all Shape s attached to this Layer.


Property Summary

Name The name of a Layer is used to identify the Layer in the user interface.

IsVisible If a Layer is not visible, the objects in this Layer are not shown in the user interface.

IsPrintable If a Layer is not printable, the objects in this Layer are not printed.

IsLocked If a Layer is locked, the objects in this Layer cannot be edited in the user interface.

Property Details



Name

Syntax

string Name;

Description

The name of a Layer is used to identify the Layer in the user interface.


IsVisible

Syntax

boolean IsVisible;

Description

If a Layer is not visible, the objects in this Layer are not shown in the user interface.


IsPrintable

Syntax

boolean IsPrintable;

Description

If a Layer is not printable, the objects in this Layer are not printed.


IsLocked

Syntax

boolean IsLocked;

Description

If a Layer is locked, the objects in this Layer cannot be edited in the user interface.

Top of Page