ASPOSE home

com.aspose.words
Class ParagraphAlignment

java.lang.Object
    extended by com.aspose.words.ParagraphAlignment

public class ParagraphAlignment
extends java.lang.Object

Utility class containing constants. Specifies text alignment in a paragraph.

Field Summary
static final byteLEFT
           Text is aligned to the left.
static final byteCENTER
           Text is centered horizontally.
static final byteRIGHT
           Text is aligned to the right.
static final byteJUSTIFY
           Text is aligned to both left and right.
static final byteDISTRIBUTED
           Text is evenly distributed.
 

Field Detail

LEFT

public static final byte LEFT
Text is aligned to the left.

CENTER

public static final byte CENTER
Text is centered horizontally.

RIGHT

public static final byte RIGHT
Text is aligned to the right.

JUSTIFY

public static final byte JUSTIFY
Text is aligned to both left and right. This also seems to correspond to Justify Low (normal Arabic kashidas length).

DISTRIBUTED

public static final byte DISTRIBUTED
Text is evenly distributed. This also seems to corresponds to Justify Medium (wider Arabic kashidas length).

See Also:
          Wiki - the home page for the Aspose.Words Product Documentation that includes Programmer's Guide, Knowledge Base and other articles.
          Aspose.Words Support Forum - our preferred method of support.
          Aspose.Words Team - contact Aspose.Words Team.


ASPOSE home