java.lang.Objectcom.aspose.words.FlipOrientation
public class FlipOrientation
Field Summary | ||
---|---|---|
static final int | NONE | |
Coordinates are not flipped. | ||
static final int | HORIZONTAL | |
Flip along the y-axis, reversing the x-coordinates. | ||
static final int | VERTICAL | |
Flip along the x-axis, reversing the y-coordinates. | ||
static final int | BOTH | |
Flip along both the y- and x-axis. |
Field Detail |
---|
NONE = 0 | |
public static final int NONE |
HORIZONTAL = 1 | |
public static final int HORIZONTAL |
VERTICAL = 2 | |
public static final int VERTICAL |
BOTH = 3 | |
public static final int BOTH |