service LayerManager in module com::sun::star::drawing::

(Global Index)

Syntax

service LayerManager;

Description

This service is provided by documents to support Layer s.

See also

DrawingDocument

Exported Interfaces

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

Description

gives you access to the existing Layer s by index and makes it possible to add and remove Layer s and to attach Shape s to Layer s.

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


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

Description

gives access to the existing Layer s by name.

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


Top of Page