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

interface XShapeAligner
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XShapeAligner
[ DEPRECATED ]
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
[in] Alignment
 
aShapes,
eType );

Description
aligns the specified Shape s.
Top of Page