19 #ifndef __com_sun_star_drawing_Layer_idl__
20 #define __com_sun_star_drawing_Layer_idl__
26 module
com { module sun { module star { module drawing {
54 [property]
string Name;
string Name
The name of a Layer is used to identify the Layer in the user interface.
Definition: Layer.idl:49
– idl definition –
Definition: Ambiguous.idl:22
A layer is an entity inside a document which contains shapes.
Definition: Layer.idl:43
boolean IsVisible
If a Layer is not visible, the objects in this Layer are not shown in the user interface.
Definition: Layer.idl:59
boolean IsLocked
If a Layer is locked, the objects in this Layer cannot be edited in the user interface.
Definition: Layer.idl:69
boolean IsPrintable
If a Layer is not printable, the objects in this Layer are not printed.
Definition: Layer.idl:64
provides information about and access to the properties from an implementation.
Definition: XPropertySet.idl:63