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. |
Field Detail |
---|
LEFT_TOP | |
const Number LEFT_TOP |
LEFT_CENTER | |
const Number LEFT_CENTER |
LEFT_BOTTOM | |
const Number LEFT_BOTTOM |
RIGHT_TOP | |
const Number RIGHT_TOP |
RIGHT_CENTER | |
const Number RIGHT_CENTER |
RIGHT_BOTTOM | |
const Number RIGHT_BOTTOM |
ABOVE_LEFT | |
const Number ABOVE_LEFT |
ABOVE_CENTER | |
const Number ABOVE_CENTER |
ABOVE_RIGHT | |
const Number ABOVE_RIGHT |
BELOW_LEFT | |
const Number BELOW_LEFT |
BELOW_CENTER | |
const Number BELOW_CENTER |
BELOW_RIGHT | |
const Number BELOW_RIGHT |
CENTER | |
const Number CENTER |