java.lang.Object
com.aspose.diagram.YJustifyValue
public class YJustifyValue
| Field Summary | ||
|---|---|---|
static final int | TOP_JUSTIFIED | |
| Top justified (the default). | ||
static final int | CENTERED | |
| Centered. | ||
static final int | BOTTOM_JUSTIFIED | |
| Bottom justified. | ||
static final int | UNDEFINED | |
| Undefined. | ||
| Field Detail |
|---|
TOP_JUSTIFIED | |
public static final int TOP_JUSTIFIED | |
CENTERED | |
public static final int CENTERED | |
BOTTOM_JUSTIFIED | |
public static final int BOTTOM_JUSTIFIED | |
UNDEFINED | |
public static final int UNDEFINED | |