LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_drawing_XLayerManager_idl__
20 #define __com_sun_star_drawing_XLayerManager_idl__
32 module
com { module sun { module star { module drawing {
com::sun::star::drawing::XLayer insertNewByIndex([in] long nIndex)
creates a new Layer
This interface makes it possible to access and manage the Layers of a document.
Definition: XLayerManager.idl:41
is thrown by child access methods of collections, if the addressed child does not exist.
Definition: NoSuchElementException.idl:35
lets you do a basic transformation on a Shape and get its type.
Definition: XShape.idl:39
provides access to the elements of a collection through an index.
Definition: XIndexAccess.idl:40
void attachShapeToLayer([in] com::sun::star::drawing::XShape xShape, [in] com::sun::star::drawing::XLayer xLayer)
attaches a Shape to the given Layer.
com::sun::star::drawing::XLayer getLayerForShape([in] com::sun::star::drawing::XShape xShape)
queries the Layer that a Shape is attached to
Definition: Ambiguous.idl:22
identifies the object as a Layer.
Definition: XLayer.idl:32