LibreOffice
LibreOffice 24.2 SDK API Reference
|
Objects implementing this interface can be used to arrange Shapes. More...
import"XShapeArranger.idl";
Public Member Functions | |
void | arrange ([in] com::sun::star::drawing::XShapes xShapes, [in] com::sun::star::drawing::Arrangement eType) |
applies the specified Arrangement to the specified collection of Shapes. More... | |
void | bringToFront ([in] com::sun::star::drawing::XShapes xShapes, [in] short nSteps) |
moves the specified Shapes by a specified number of objects more to the front. More... | |
void | sendToBack ([in] com::sun::star::drawing::XShapes xShapes, [in] short nSteps) |
moves the specified Shapes nSteps objects more to the back. More... | |
void | setBehindShape ([in] com::sun::star::drawing::XShapes xShapes, [in] com::sun::star::drawing::XShape xShape) |
moves the specified collection of Shapes behind the specified single Shape. More... | |
void | setInFrontOf ([in] com::sun::star::drawing::XShapes xShapes, [in] com::sun::star::drawing::XShape xShape) |
moves the specified collection of Shapes in front of the specified single Shape. More... | |
void | reverseOrder ([in] com::sun::star::drawing::XShapes xShapes) |
reverses the order of the specified collection of Shapes. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
Objects implementing this interface can be used to arrange Shapes.
void arrange | ( | [in] com::sun::star::drawing::XShapes | xShapes, |
[in] com::sun::star::drawing::Arrangement | eType | ||
) |
applies the specified Arrangement to the specified collection of Shapes.
void bringToFront | ( | [in] com::sun::star::drawing::XShapes | xShapes, |
[in] short | nSteps | ||
) |
moves the specified Shapes by a specified number of objects more to the front.
void reverseOrder | ( | [in] com::sun::star::drawing::XShapes | xShapes | ) |
reverses the order of the specified collection of Shapes.
void sendToBack | ( | [in] com::sun::star::drawing::XShapes | xShapes, |
[in] short | nSteps | ||
) |
moves the specified Shapes nSteps objects more to the back.
void setBehindShape | ( | [in] com::sun::star::drawing::XShapes | xShapes, |
[in] com::sun::star::drawing::XShape | xShape | ||
) |
void setInFrontOf | ( | [in] com::sun::star::drawing::XShapes | xShapes, |
[in] com::sun::star::drawing::XShape | xShape | ||
) |