public final class HeightRule
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
AT_LEAST
The height will be at least the specified height in points.
|
static int |
AUTO
The height will grow automatically to accommodate all text inside an object.
|
static int |
EXACTLY
The height is specified exactly in points.
|
static int |
length |
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String heightRuleName) |
static java.lang.String |
getName(int heightRule) |
static int[] |
getValues() |
static java.lang.String |
toString(int heightRule) |
public static final int AT_LEAST
public static final int EXACTLY
public static final int AUTO
public static final int length