public final class WordProcessingFlipOrientation extends Object
Possible values for the orientation of a shape.
Modifier and Type | Field and Description |
---|---|
static int |
Both
Flip along both the y- and x-axis.
|
static int |
Horizontal
Flip along the y-axis, reversing the x-coordinates.
|
static int |
None
Coordinates are not flipped.
|
static int |
Vertical
Flip along the x-axis, reversing the y-coordinates.
|
public static final int None
Coordinates are not flipped.
public static final int Horizontal
Flip along the y-axis, reversing the x-coordinates.
public static final int Vertical
Flip along the x-axis, reversing the y-coordinates.
public static final int Both
Flip along both the y- and x-axis.