|
java.lang.Object
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 int | LEFT | |
|
The row is aligned to the left.
|
static final int | CENTER | |
|
The row is centered.
|
static final int | RIGHT | |
|
The row is aligned to the right.
|
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:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.
|