:: com :: sun :: star :: drawing ::

interface XShapes2

Methods' Summary
addTop * Insert a new shape to the top of the stack. * *  
addBottom * Insert a new shape to the bottom of the stack. * *  
Methods' Details
addTop
void
addTop( [in] XShape  xShape );

Description
* Insert a new shape to the top of the stack. * *
Parameter xShape
shape to be inserted. * *
Since LibreOffice 4.2
addBottom
void
addBottom( [in] XShape  xShape );

Description
* Insert a new shape to the bottom of the stack. * *
Parameter xShape
shape to be inserted. * *
Since LibreOffice 4.2
Top of Page