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

service LayerManager
Description
This service is provided by documents to support Layers.
See also
DrawingDocument

Exported Interfaces - Summary
XLayerManager

gives you access to the existing Layers by index and makes it possible to add and remove Layers and to attach Shapes to Layers. (details)

::com::sun::star::container::XNameAccess

gives access to the existing Layers by name. (details)

Exported Interfaces - Details
XLayerManager
Description
gives you access to the existing Layers by index and makes it possible to add and remove Layers and to attach Shapes to Layers.

The contents of the collection all support Layer returned by XLayer.

::com::sun::star::container::XNameAccess
Description
gives access to the existing Layers by name.

The contents of the collection all support Layer returned by XLayer.


 
Top of Page