java.lang.Object
com.aspose.diagram.XJustifyValue
public class XJustifyValue
| Field Summary | ||
|---|---|---|
static final int | LEFT_JUSTIFIED | |
| Left justified (the default). | ||
static final int | CENTERED | |
| Centered. | ||
static final int | RIGHT_JUSTIFIED | |
| Right justified. | ||
static final int | UNDEFINED | |
| Undefined. | ||
| Field Detail |
|---|
LEFT_JUSTIFIED | |
public static final int LEFT_JUSTIFIED | |
CENTERED | |
public static final int CENTERED | |
RIGHT_JUSTIFIED | |
public static final int RIGHT_JUSTIFIED | |
UNDEFINED | |
public static final int UNDEFINED | |