com.aspose.words
Class RowAlignment

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

public class RowAlignment 
extends java.lang.Object

Utility class containing constants. Specifies alignment for a table row.

Field Summary
static final intLEFT = 0
           The row is aligned to the left.
static final intCENTER = 1
           The row is centered.
static final intRIGHT = 2
           The row is aligned to the right.
 

Field Detail

LEFT = 0

public static final int LEFT
The row is aligned to the left.

CENTER = 1

public static final int CENTER
The row is centered.

RIGHT = 2

public static final int RIGHT
The row is aligned to the right.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.