public class ControlPicturePositionType
Field Summary | ||
---|---|---|
static final int | LEFT_TOP | |
The picture appears to the left of the caption.
The caption is aligned with the top of the picture.
|
||
static final int | LEFT_CENTER | |
The picture appears to the left of the caption.
The caption is centered relative to the picture.
|
||
static final int | LEFT_BOTTOM | |
The picture appears to the left of the caption.
The caption is aligned with the bottom of the picture.
|
||
static final int | RIGHT_TOP | |
The picture appears to the right of the caption.
The caption is aligned with the top of the picture.
|
||
static final int | RIGHT_CENTER | |
The picture appears to the right of the caption.
The caption is centered relative to the picture.
|
||
static final int | RIGHT_BOTTOM | |
The picture appears to the right of the caption.
The caption is aligned with the bottom of the picture.
|
||
static final int | ABOVE_LEFT | |
The picture appears above the caption.
The caption is aligned with the left edge of the picture.
|
||
static final int | ABOVE_CENTER | |
The picture appears above the caption.
The caption is centered below the picture.
|
||
static final int | ABOVE_RIGHT | |
The picture appears above the caption.
The caption is aligned with the right edge of the picture.
|
||
static final int | BELOW_LEFT | |
The picture appears below the caption.
The caption is aligned with the left edge of the picture.
|
||
static final int | BELOW_CENTER | |
The picture appears below the caption.
The caption is centered above the picture.
|
||
static final int | BELOW_RIGHT | |
The picture appears below the caption.
The caption is aligned with the right edge of the picture.
|
||
static final int | CENTER | |
The picture appears in the center of the control.
The caption is centered horizontally and vertically on top of the picture.
|
public static final int LEFT_TOP
public static final int LEFT_CENTER
public static final int LEFT_BOTTOM
public static final int RIGHT_TOP
public static final int RIGHT_CENTER
public static final int RIGHT_BOTTOM
public static final int ABOVE_LEFT
public static final int ABOVE_CENTER
public static final int ABOVE_RIGHT
public static final int BELOW_LEFT
public static final int BELOW_CENTER
public static final int BELOW_RIGHT
public static final int CENTER