Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XLayerSupplier

Base Interface
com::sun::star::uno::XInterface

Description
gives access to a LayerManager .
See also
LayerManager


Known Services which Export this Interface

com::sun::star::drawing::DrawingDocument specifies a document which consists of multiple pages with drawings.

Methods' Summary

getLayerManager

Methods' Details

getLayerManager
 
com::sun::star::container::XNameAccess
getLayerManager();
Returns
the LayerManager .

Top of Page