interface XLayerSupplier in module com::sun::star::drawing::

(Global Index)

Syntax

interface XLayerSupplier : com::sun::star::uno::XInterface ;

Description

gives access to a LayerManager .

See also

LayerManager

Method Summary

getLayerManager

Known Services Which Export this Interface

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

Method Details



getLayerManager

Syntax

com::sun::star::container::XNameAccess getLayerManager ();

Returns

the LayerManager .
Top of Page