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

interface XShapeAligner
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XShapeAligner
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Usage Restrictions
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  aShapes,
[in] Alignment  eType );

Description
aligns the specified Shape s.
Top of Page