LibreOffice
LibreOffice 24.2 SDK API Reference
|
Allows insertion of shapes at different positions. More...
import"XShapes2.idl";
Public Member Functions | |
void | addTop ([in] com::sun::star::drawing::XShape xShape) |
Insert a new shape to the top of the stack. More... | |
void | addBottom ([in] com::sun::star::drawing::XShape xShape) |
Insert a new shape to the bottom of the stack. More... | |
Allows insertion of shapes at different positions.
void addBottom | ( | [in] com::sun::star::drawing::XShape | xShape | ) |
Insert a new shape to the bottom of the stack.
xShape | shape to be inserted. |
void addTop | ( | [in] com::sun::star::drawing::XShape | xShape | ) |
Insert a new shape to the top of the stack.
xShape | shape to be inserted. |