:: 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 ::com::sun::star::drawing::Shape s.

Methods' Summary
alignShapes aligns the specified ::com::sun::star::drawing::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 ::com::sun::star::drawing::Shape s.
Top of Page