java.lang.Object
com.aspose.words.BaselineAlignment
public class BaselineAlignment
| Field Summary | ||
|---|---|---|
static final int | TOP | |
| Aligns along the top of each font. | ||
static final int | CENTER | |
| Aligns the center points of each font. | ||
static final int | BASELINE | |
| Aligns to the baseline of the paragraph. | ||
static final int | BOTTOM | |
| Aligns to the bottom of each font. | ||
static final int | AUTO | |
| Baseline is adjusted automatically. | ||
| Field Detail |
|---|
TOP = 0 | |
public static final int TOP | |
CENTER = 1 | |
public static final int CENTER | |
BASELINE = 2 | |
public static final int BASELINE | |
BOTTOM = 3 | |
public static final int BOTTOM | |
AUTO = 4 | |
public static final int AUTO | |