ASPOSE home

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
           The row is aligned to the left.
static final intCENTER
           The row is centered.
static final intRIGHT
           The row is aligned to the right.
 

Field Detail

LEFT

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

CENTER

public static final int CENTER
The row is centered.

RIGHT

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

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