java.lang.Objectcom.aspose.words.TextPathAlignment
public class TextPathAlignment
Field Summary | ||
---|---|---|
static final int | STRETCH | |
Stretch each line of text to fit width. | ||
static final int | CENTER | |
Center text on width. | ||
static final int | LEFT | |
Left justify. | ||
static final int | RIGHT | |
Right justify. | ||
static final int | LETTER_JUSTIFY | |
Spread letters out to fit width. | ||
static final int | WORD_JUSTIFY | |
Spread words out to fit width. |
Field Detail |
---|
STRETCH = 0 | |
public static final int STRETCH |
CENTER = 1 | |
public static final int CENTER |
LEFT = 2 | |
public static final int LEFT |
RIGHT = 3 | |
public static final int RIGHT |
LETTER_JUSTIFY = 4 | |
public static final int LETTER_JUSTIFY |
WORD_JUSTIFY = 5 | |
public static final int WORD_JUSTIFY |