Previous Document Next Document

Object Model Reference : Classes : S : ShapeRange : Methods : ShapeRange.Flip


ShapeRange.Flip

Sub Flip(Axes As cdrFlipAxes)

Description

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.

VBA example

The following VBA example flips, upside-down, all the shapes on the active page.

Sub Test()
 ActivePage.Shapes.All.Flip cdrFlipHorizontal + cdrFlipVertical
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.