Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XShapeAligner

Base Interface
com::sun::star::uno::XInterface

[ 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 ] com::sun::star::drawing::XShapes aShapes,
[ in ] com::sun::star::drawing::Alignment eType );

Description
aligns the specified Shape s.

Top of Page