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

deprecated interface XShapeAligner
Usage Restrictions
deprecated
Description
Objects implementing this interface can be used to align Shapes.

Methods' Summary
alignShapes aligns the specified Shapes.  
Methods' Details
alignShapes
void
alignShapes( [inout] XShapes  aShapes,
[in] Alignment  eType );

Description
aligns the specified Shapes.
Top of Page