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