java.lang.Objectcom.aspose.words.TextBoxAnchor
public class TextBoxAnchor
Field Summary | ||
---|---|---|
static final int | TOP | |
Text is aligned to the top of the textbox. | ||
static final int | MIDDLE | |
Text is aligned to the middle of the textbox. | ||
static final int | BOTTOM | |
Text is aligned to the bottom of the textbox. | ||
static final int | TOP_CENTERED | |
Text is aligned to the top centered of the textbox. | ||
static final int | MIDDLE_CENTERED | |
Text is aligned to the middle centered of the textbox. | ||
static final int | BOTTOM_CENTERED | |
Text is aligned to the bottom centered of the textbox. | ||
static final int | TOP_BASELINE | |
Text is aligned to the top baseline of the textbox. | ||
static final int | BOTTOM_BASELINE | |
Text is aligned to the bottom baseline of the textbox. | ||
static final int | TOP_CENTERED_BASELINE | |
Text is aligned to the top centered baseline of the textbox. | ||
static final int | BOTTOM_CENTERED_BASELINE | |
Text is aligned to the bottom centered baseline of the textbox. |
Field Detail |
---|
TOP = 0 | |
public static final int TOP |
MIDDLE = 1 | |
public static final int MIDDLE |
BOTTOM = 2 | |
public static final int BOTTOM |
TOP_CENTERED = 3 | |
public static final int TOP_CENTERED |
MIDDLE_CENTERED = 4 | |
public static final int MIDDLE_CENTERED |
BOTTOM_CENTERED = 5 | |
public static final int BOTTOM_CENTERED |
TOP_BASELINE = 6 | |
public static final int TOP_BASELINE |
BOTTOM_BASELINE = 7 | |
public static final int BOTTOM_BASELINE |
TOP_CENTERED_BASELINE = 8 | |
public static final int TOP_CENTERED_BASELINE |
BOTTOM_CENTERED_BASELINE = 9 | |
public static final int BOTTOM_CENTERED_BASELINE |