public final class Orientation
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static Orientation |
HORIZONTAL |
Cells with this specified orientation will be horizontal
|
static Orientation |
MINUS_45 |
Cells with this specified orientation will have their data
presented with a rotation 45 degrees downwards
|
static Orientation |
MINUS_90 |
Cells with this specified orientation will have their data
presented with a rotation of 90 degrees downwards
|
static Orientation |
PLUS_45 |
Cells with this specified orientation will have their data
presented with a rotation 45 degrees upwards
|
static Orientation |
PLUS_90 |
Cells with this specified orientation will have their data
presented with a rotation of 90 degrees upwards
|
static Orientation |
STACKED |
Cells with this specified orientation will have their text stacked
downwards, but not rotated
|
static Orientation |
VERTICAL |
Cells with this specified orientation have their data
presented vertically
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getDescription() |
Gets the textual description
|
static Orientation |
getOrientation(int val) |
Gets the alignment from the value
|
int |
getValue() |
Accessor for the binary value
|
public static Orientation HORIZONTAL
public static Orientation VERTICAL
public static Orientation PLUS_90
public static Orientation MINUS_90
public static Orientation PLUS_45
public static Orientation MINUS_45
public static Orientation STACKED
public int getValue()
public java.lang.String getDescription()
public static Orientation getOrientation(int val)
val
-