|
java.lang.Object
com.aspose.words.TextPathAlignment
public class TextPathAlignment - extends java.lang.Object
Utility class containing constants.
WordArt alignment.
- See Also:
- TextPath.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.
|
STRETCH | |
public static final int STRETCH |
-
Stretch each line of text to fit width.
CENTER | |
public static final int CENTER |
-
Center text on width.
LEFT | |
public static final int LEFT |
-
Left justify.
RIGHT | |
public static final int RIGHT |
-
Right justify.
LETTER_JUSTIFY | |
public static final int LETTER_JUSTIFY |
-
Spread letters out to fit width.
WORD_JUSTIFY | |
public static final int WORD_JUSTIFY |
-
Spread words out to fit width.
See Also:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.
|