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

service LayerManager
Description
This service is provided by documents to support ::com::sun::star::drawing::Layer s.
See also
::com::sun::star::drawing::DrawingDocument

Exported Interfaces
::com::sun::star::drawing::XLayerManager
Description
gives you access to the existing ::com::sun::star::drawing::Layer s by index and makes it possible to add and remove ::com::sun::star::drawing::Layer s and to attach ::com::sun::star::drawing::Shape s to ::com::sun::star::drawing::Layer s.

The contents of the collection all support ::com::sun::star::drawing::Layer returned by ::com::sun::star::drawing::XLayer .

::com::sun::star::container::XNameAccess
Description
gives access to the existing ::com::sun::star::drawing::Layer s by name.

The contents of the collection all support ::com::sun::star::drawing::Layer returned by ::com::sun::star::drawing::XLayer .


 
Top of Page