com.aspose.cells

Class ControlCaptionAlignmentType

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

Utility class containing constants. Repsents the position of the Caption relative to the control.

Field Summary
static final intLEFT
The left of the control.
static final intRIGHT
The right of the control.
 

    • Field Detail

      • LEFT

        public static final int LEFT
        The left of the control.
      • RIGHT

        public static final int RIGHT
        The right of the control.