public final class Orientation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
LANDSCAPE
Landscape page orientation (wide and short).
|
static int |
length |
static int |
PORTRAIT
Portrait page orientation (narrow and tall).
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String orientationName) |
static java.lang.String |
getName(int orientation) |
static int[] |
getValues() |
static java.lang.String |
toString(int orientation) |