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

interface XLayerSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XLayerSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
gives access to a LayerManager .
See also
LayerManager

Methods' Summary
getLayerManager  
Methods' Details
getLayerManager
::com::sun::star::container::XNameAccess
getLayerManager();

Returns
the LayerManager .
Top of Page