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
           Stretch each line of text to fit width.
static final intCENTER
           Center text on width.
static final intLEFT
           Left justify.
static final intRIGHT
           Right justify.
static final intLETTER_JUSTIFY
           Spread letters out to fit width.
static final intWORD_JUSTIFY
           Spread words out to fit width.
 

Field Detail

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.