Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

service Layer
Description
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.

See also
DrawingDocument, LayerManager

Exported Interfaces - Summary
::com::sun::star::beans::XPropertySet

The properties in this set affect all Shapes attached to this Layer.

Properties' Summary
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.  
Exported Interfaces - Details
::com::sun::star::beans::XPropertySet
Description
The properties in this set affect all Shapes attached to this Layer.
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

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.