WordProcessingFlipOrientation
Leave feedback
On this page
Inheritance: java.lang.Object
public final class WordProcessingFlipOrientation
Possible values for the orientation of a shape.
| 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. |
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.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.