aspose.cells

Class ControlPicturePositionType

Utility class containing constants. Represents the location of the control's picture relative to its caption.

Field Summary
const  NumberLEFT_TOP
The picture appears to the left of the caption. The caption is aligned with the top of the picture.
const  NumberLEFT_CENTER
The picture appears to the left of the caption. The caption is centered relative to the picture.
const  NumberLEFT_BOTTOM
The picture appears to the left of the caption. The caption is aligned with the bottom of the picture.
const  NumberRIGHT_TOP
The picture appears to the right of the caption. The caption is aligned with the top of the picture.
const  NumberRIGHT_CENTER
The picture appears to the right of the caption. The caption is centered relative to the picture.
const  NumberRIGHT_BOTTOM
The picture appears to the right of the caption. The caption is aligned with the bottom of the picture.
const  NumberABOVE_LEFT
The picture appears above the caption. The caption is aligned with the left edge of the picture.
const  NumberABOVE_CENTER
The picture appears above the caption. The caption is centered below the picture.
const  NumberABOVE_RIGHT
The picture appears above the caption. The caption is aligned with the right edge of the picture.
const  NumberBELOW_LEFT
The picture appears below the caption. The caption is aligned with the left edge of the picture.
const  NumberBELOW_CENTER
The picture appears below the caption. The caption is centered above the picture.
const  NumberBELOW_RIGHT
The picture appears below the caption. The caption is aligned with the right edge of the picture.
const  NumberCENTER
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
        The picture appears to the left of the caption. The caption is aligned with the top of the picture.
      • LEFT_CENTER

        const Number LEFT_CENTER
        The picture appears to the left of the caption. The caption is centered relative to the picture.
      • LEFT_BOTTOM

        const Number LEFT_BOTTOM
        The picture appears to the left of the caption. The caption is aligned with the bottom of the picture.
      • RIGHT_TOP

        const Number RIGHT_TOP
        The picture appears to the right of the caption. The caption is aligned with the top of the picture.
      • RIGHT_CENTER

        const Number RIGHT_CENTER
        The picture appears to the right of the caption. The caption is centered relative to the picture.
      • RIGHT_BOTTOM

        const Number RIGHT_BOTTOM
        The picture appears to the right of the caption. The caption is aligned with the bottom of the picture.
      • ABOVE_LEFT

        const Number ABOVE_LEFT
        The picture appears above the caption. The caption is aligned with the left edge of the picture.
      • ABOVE_CENTER

        const Number ABOVE_CENTER
        The picture appears above the caption. The caption is centered below the picture.
      • ABOVE_RIGHT

        const Number ABOVE_RIGHT
        The picture appears above the caption. The caption is aligned with the right edge of the picture.
      • BELOW_LEFT

        const Number BELOW_LEFT
        The picture appears below the caption. The caption is aligned with the left edge of the picture.
      • BELOW_CENTER

        const Number BELOW_CENTER
        The picture appears below the caption. The caption is centered above the picture.
      • BELOW_RIGHT

        const Number BELOW_RIGHT
        The picture appears below the caption. The caption is aligned with the right edge of the picture.
      • CENTER

        const Number CENTER
        The picture appears in the center of the control. The caption is centered horizontally and vertically on top of the picture.