com.aspose.words
Class TextPathAlignment

java.lang.Object
    extended by 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 intSTRETCH = 0
           Stretch each line of text to fit width.
static final intCENTER = 1
           Center text on width.
static final intLEFT = 2
           Left justify.
static final intRIGHT = 3
           Right justify.
static final intLETTER_JUSTIFY = 4
           Spread letters out to fit width.
static final intWORD_JUSTIFY = 5
           Spread words out to fit width.
 

Field Detail

STRETCH = 0

public static final int STRETCH
Stretch each line of text to fit width.

CENTER = 1

public static final int CENTER
Center text on width.

LEFT = 2

public static final int LEFT
Left justify.

RIGHT = 3

public static final int RIGHT
Right justify.

LETTER_JUSTIFY = 4

public static final int LETTER_JUSTIFY
Spread letters out to fit width.

WORD_JUSTIFY = 5

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.