interface XShapeAligner in module com::sun::star::drawing::

(Global Index)

[ DEPRECATED ]

Syntax

interface XShapeAligner : com::sun::star::uno::XInterface ;

Description

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

Method Summary

alignShapes aligns the specified Shape s.

Method Details



alignShapes

Syntax

void alignShapes (
com::sun::star::drawing::XShapes aShapes,
com::sun::star::drawing::Alignment eType );

Description

aligns the specified Shape s.

Top of Page