public final class DocumentDirection
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
AUTO
Auto-detect direction.
|
static int |
LEFT_TO_RIGHT
Left to right direction.
|
static int |
length |
static int |
RIGHT_TO_LEFT
Right to left direction.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String documentDirectionName) |
static java.lang.String |
getName(int documentDirection) |
static int[] |
getValues() |
static java.lang.String |
toString(int documentDirection) |
public static final int LEFT_TO_RIGHT
public static final int RIGHT_TO_LEFT
public static final int AUTO
public static final int length