java.lang.Object
com.aspose.words.RowAlignment
public class RowAlignment
| 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. | ||
| Field Detail |
|---|
LEFT = 0 | |
public static final int LEFT | |
CENTER = 1 | |
public static final int CENTER | |
RIGHT = 2 | |
public static final int RIGHT | |