WordProcessingFlipOrientation enumeration
WordProcessingFlipOrientation enumeration
Possible values for the orientation of a shape.
The WordProcessingFlipOrientation type exposes the following members:
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. |