Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

deprecated interface XShapeArranger
Usage Restrictions
deprecated
Description
Objects implementing this interface can be used to arrange Shapes.

Methods' Summary
arrange applies the specified Arrangement to the specified collection of Shapes.  
bringToFront moves the specified Shapes by a specified number of objects more to the front.  
sendToBack moves the specified Shapes nSteps objects more to the back.  
setBehindShape moves the specified collection of Shapes behind the specified single Shape.  
setInFrontOf moves the specified collection of Shapes in front of the specified single Shape.  
reverseOrder reverses the order of the specified collection of Shapes.  
Methods' Details
arrange
void
arrange( [in] XShapes  xShapes,
[in] Arrangement  eType );

Description
applies the specified Arrangement to the specified collection of Shapes.
bringToFront
void
bringToFront( [in] XShapes  xShapes,
[in] short  nSteps );

Description
moves the specified Shapes by a specified number of objects more to the front.
sendToBack
void
sendToBack( [in] XShapes  xShapes,
[in] short  nSteps );

Description
moves the specified Shapes nSteps objects more to the back.
setBehindShape
void
setBehindShape( [in] XShapes  xShapes,
[in] XShape  xShape );

Description
moves the specified collection of Shapes behind the specified single Shape.
setInFrontOf
void
setInFrontOf( [in] XShapes  xShapes,
[in] XShape  xShape );

Description
moves the specified collection of Shapes in front of the specified single Shape.
reverseOrder
void
reverseOrder( [in] XShapes  xShapes );

Description
reverses the order of the specified collection of Shapes.
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.