@Deprecated public final class WordsFlipOrientation extends com.aspose.ms.System.Enum
Possible values for the orientation of a shape.
Modifier and Type | Field and Description |
---|---|
static int |
Both
Deprecated.
Flip along both the y- and x-axis.
|
static int |
Horizontal
Deprecated.
Flip along the y-axis, reversing the x-coordinates.
|
static int |
None
Deprecated.
Coordinates are not flipped.
|
static int |
Vertical
Deprecated.
Flip along the x-axis, reversing the y-coordinates.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
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.
Copyright © 2020. All rights reserved.