|
ASPOSE home | ||||||||
java.lang.Object
com.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 | |
public static final int STRETCH | |
CENTER | |
public static final int CENTER | |
LEFT | |
public static final int LEFT | |
RIGHT | |
public static final int RIGHT | |
LETTER_JUSTIFY | |
public static final int LETTER_JUSTIFY | |
WORD_JUSTIFY | |
public static final int WORD_JUSTIFY | |
|
ASPOSE home | ||||||||