Object Model Reference : Classes : S : ShapeRange : Methods : ShapeRange.Flip |
Sub Flip(Axes As cdrFlipAxes)
Member of ShapeRange
The Flip method flips all the shapes in a shape range. Shapes can be flipped horizontally or vertically, or in both directions.
Parameter
|
Description
|
Axes
|
Specifies the manner of the flip, and returns cdrFlipAxes.
|
The following VBA example flips, upside-down, all the shapes on the active page.
Sub Test() |
ActivePage.Shapes.All.Flip cdrFlipHorizontal + cdrFlipVertical |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.