|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
22 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:31
is thrown by child access methods of collections, if the addressed child does not exist.
Definition: NoSuchElementException.idl:31
lets you do a basic transformation on a Shape and get its type.
Definition: XShape.idl:29
provides access to the elements of a collection through an index.
Definition: XIndexAccess.idl:32
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:20
identifies the object as a Layer.
Definition: XLayer.idl:28