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

interface XShapeMirror
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XShapeMirror
::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 mirror Shape s.

Methods' Summary
mirror mirrors the given Shape s at the given axis.  
mirrorAtAxis mirrors the given Shape s at the given axis.  
Methods' Details
mirror
void
mirror( [inout] XShapes  aShapes,
[in] MirrorAxis  eAxis );

Description
mirrors the given Shape s at the given axis.
mirrorAtAxis
void
mirrorAtAxis( [inout] XShapes  aShapes,
[in] XShape  aLine );

Description
mirrors the given Shape s at the given axis.
Top of Page