LibreOffice
LibreOffice 5.0 SDK API Reference
|
This service is provided by documents to support Layers. More...
import "LayerManager.idl";
Exported Interfaces | |
interface | com::sun::star::drawing::XLayerManager |
gives you access to the existing Layers by index and makes it possible to add and remove Layers and to attach Shapes to Layers. More... | |
interface | com::sun::star::container::XNameAccess |
gives access to the existing Layers by name. More... | |
Additional Inherited Members | |
![]() | |
com::sun::star::drawing::XLayer | insertNewByIndex ([in] long nIndex) |
creates a new Layer More... | |
void | remove ([in] com::sun::star::drawing::XLayer xLayer) raises ( com::sun::star::container::NoSuchElementException ) |
removes a Layer and all Shapes on this Layer. More... | |
void | attachShapeToLayer ([in] com::sun::star::drawing::XShape xShape,[in] com::sun::star::drawing::XLayer xLayer) |
attaches a Shape to the given Layer. More... | |
com::sun::star::drawing::XLayer | getLayerForShape ([in] com::sun::star::drawing::XShape xShape) |
queries the Layer that a Shape is attached to More... | |
![]() | |
any | getByName ([in] string aName) raises ( com::sun::star::container::NoSuchElementException, com::sun::star::lang::WrappedTargetException ) |
sequence< string > | getElementNames () |
boolean | hasByName ([in] string aName) |
This service is provided by documents to support Layers.
interface com::sun::star::container::XNameAccess |
interface com::sun::star::drawing::XLayerManager |