public final class TextOrientation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DOWNWARD
Text is rotated 90 degrees to the right to appear from top to bottom (tb-rl).
|
static int |
HORIZONTAL
Text is arranged horizontally (lr-tb).
|
static int |
HORIZONTAL_ROTATED_FAR_EAST
Text is arranged horizontally, but Far East characters are rotated 90 degrees to the left (lr-tb-v).
|
static int |
length |
static int |
UPWARD
Text is rotated 90 degrees to the left to appear from bottom to top (bt-lr).
|
static int |
VERTICAL_FAR_EAST
Far East characters appear vertical, other text is rotated 90 degrees to the right to appear from top to bottom (tb-rl-v).
|
static int |
VERTICAL_ROTATED_FAR_EAST
Far East characters appear vertical, other text is rotated 90 degrees to the right to appear from top to bottom vertically, then left to right horizontally (tb-lr-v).
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String textOrientationName) |
static java.lang.String |
getName(int textOrientation) |
static int[] |
getValues() |
static java.lang.String |
toString(int textOrientation) |
public static final int HORIZONTAL
public static final int DOWNWARD
public static final int UPWARD
public static final int HORIZONTAL_ROTATED_FAR_EAST
public static final int VERTICAL_FAR_EAST
public static final int VERTICAL_ROTATED_FAR_EAST
public static final int length