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

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

There could be zero or more ::com::sun::star::drawing::Shape s attached to such a layer.

The properties of a ::com::sun::star::drawing::Layer instance affect all ::com::sun::star::drawing::Shape s attached to the Layer.

See also
::com::sun::star::drawing::DrawingDocument
See also
::com::sun::star::drawing::LayerManager

Exported Interfaces
::com::sun::star::beans::XPropertySet
Description
The properties in this set affect all ::com::sun::star::drawing::Shape s attached to this Layer.
Properties' Summary
string
Name
The name of a ::com::sun::star::drawing::Layer is used to identify the ::com::sun::star::drawing::Layer in the user interface.  
boolean
IsVisible
If a ::com::sun::star::drawing::Layer is not visible, the objects in this ::com::sun::star::drawing::Layer are not shown in the user interface.  
boolean
IsPrintable
If a ::com::sun::star::drawing::Layer is not printable, the objects in this ::com::sun::star::drawing::Layer are not printed.  
boolean
IsLocked
If a ::com::sun::star::drawing::Layer is locked, the objects in this ::com::sun::star::drawing::Layer cannot be edited in the user interface.  
Properties' Details
Name
string Name;
Description
The name of a ::com::sun::star::drawing::Layer is used to identify the ::com::sun::star::drawing::Layer in the user interface.
IsVisible
boolean IsVisible;
Description
If a ::com::sun::star::drawing::Layer is not visible, the objects in this ::com::sun::star::drawing::Layer are not shown in the user interface.
IsPrintable
boolean IsPrintable;
Description
If a ::com::sun::star::drawing::Layer is not printable, the objects in this ::com::sun::star::drawing::Layer are not printed.
IsLocked
boolean IsLocked;
Description
If a ::com::sun::star::drawing::Layer is locked, the objects in this ::com::sun::star::drawing::Layer cannot be edited in the user interface.

 
Top of Page