java.lang.Object
com.aspose.words.DropCapPosition
public class DropCapPosition
| Field Summary | ||
|---|---|---|
static final int | NONE | |
| The paragraph does not have a drop cap. | ||
static final int | NORMAL | |
| The drop cap is positioned inside the text margin on the anchor paragraph. | ||
static final int | MARGIN | |
| The drop cap is positioned outside the text margin on the anchor paragraph. | ||
| Field Detail |
|---|
NONE = 0 | |
public static final int NONE | |
NORMAL = 1 | |
public static final int NORMAL | |
MARGIN = 2 | |
public static final int MARGIN | |