public final class DropCapPosition
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
length |
static int |
MARGIN
The drop cap is positioned outside the text margin on the anchor paragraph.
|
static int |
NONE
The paragraph does not have a drop cap.
|
static int |
NORMAL
The drop cap is positioned inside the text margin on the anchor paragraph.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String dropCapPositionName) |
static java.lang.String |
getName(int dropCapPosition) |
static int[] |
getValues() |
static java.lang.String |
toString(int dropCapPosition) |
public static final int NONE
public static final int NORMAL
public static final int MARGIN
public static final int length