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

deprecated interface XShapeAligner
Description
Objects implementing this interface can be used to align Shape s.

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

Description
aligns the specified Shape s.
Top of Page