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

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

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.

Properties' 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.

Properties' Details

Name
 
string Name;
Description
The name of a Layer is used to identify the Layer in the user interface.
IsVisible
 
boolean IsVisible;
Description
If a Layer is not visible, the objects in this Layer are not shown in the user interface.
IsPrintable
 
boolean IsPrintable;
Description
If a Layer is not printable, the objects in this Layer are not printed.
IsLocked
 
boolean IsLocked;
Description
If a Layer is locked, the objects in this Layer cannot be edited in the user interface.

Top of Page