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 {
provides information about and access to the properties from an implementation.
Definition XPropertySet.idl:64
Definition Ambiguous.idl:22
A layer is an entity inside a document which contains shapes.
Definition Layer.idl:44
string Name
The name of a Layer is used to identify the Layer in the user interface.
Definition Layer.idl:54
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 IsPrintable
If a Layer is not printable, the objects in this Layer are not printed.
Definition Layer.idl:64
boolean IsLocked
If a Layer is locked, the objects in this Layer cannot be edited in the user interface.
Definition Layer.idl:69