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