WordProcessingFlipOrientation
WordProcessingFlipOrientation enumeration
Possible values for the orientation of a shape.
[Flags]
public enum WordProcessingFlipOrientation
Values
| Name | Value | Description |
|---|---|---|
| None | 0 |
Coordinates are not flipped. |
| Horizontal | 1 |
Flip along the y-axis, reversing the x-coordinates. |
| Vertical | 2 |
Flip along the x-axis, reversing the y-coordinates. |
| Both | 3 |
Flip along both the y- and x-axis. |
See Also
- namespace GroupDocs.Watermark.Options.WordProcessing
- assembly GroupDocs.Watermark