com.aspose.cells

Class ControlPictureAlignmentType

  • java.lang.Object
    • com.aspose.cells.ControlPictureAlignmentType
public class ControlPictureAlignmentType 
extends java.lang.Object

Utility class containing constants. Represents the alignment of the picture inside the Form or Image.

Field Summary
static final intTOP_LEFT
The top left corner.
static final intTOP_RIGHT
The top right corner.
static final intCENTER
The center.
static final intBOTTOM_LEFT
The bottom left corner.
static final intBOTTOM_RIGHT
The bottom right corner.
 

    • Field Detail

      • TOP_LEFT

        public static final int TOP_LEFT
        The top left corner.
      • TOP_RIGHT

        public static final int TOP_RIGHT
        The top right corner.
      • CENTER

        public static final int CENTER
        The center.
      • BOTTOM_LEFT

        public static final int BOTTOM_LEFT
        The bottom left corner.
      • BOTTOM_RIGHT

        public static final int BOTTOM_RIGHT
        The bottom right corner.