|
LibreOffice
LibreOffice 26.2 SDK API Reference
|
A layer is an entity inside a document which contains shapes. More...
import "Layer.idl";
Exported Interfaces | |
| interface | com::sun::star::beans::XPropertySet |
| The properties in this set affect all Shapes attached to this Layer. | |
Public Attributes | |
| string | Name |
| The name of a Layer is used to identify the Layer in the user interface. | |
| boolean | IsVisible |
| If a Layer is not visible, the objects in this Layer are not shown in the user interface. | |
| boolean | IsPrintable |
| If a Layer is not printable, the objects in this Layer are not printed. | |
| boolean | IsLocked |
| If a Layer is locked, the objects in this Layer cannot be edited in the user interface. | |
A layer is an entity inside a document which contains shapes.
There could be zero or more Shapes attached to such a layer.
The properties of a Layer instance affect all Shapes attached to the Layer.
| interface com::sun::star::beans::XPropertySet |
|
property |
|
property |
|
property |