com.aspose.cells

Class ControlScrollOrientation

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

Utility class containing constants. Represents type of scroll orientation

Field Summary
static final intAUTO
Control is rendered horizontally when the control's width is greater than its height. Control is rendered vertically otherwise.
static final intVERTICAL
Control is rendered vertically.
static final intHORIZONTAL
Control is rendered horizontally.
 

    • Field Detail

      • AUTO

        public static final int AUTO
        Control is rendered horizontally when the control's width is greater than its height. Control is rendered vertically otherwise.
      • VERTICAL

        public static final int VERTICAL
        Control is rendered vertically.
      • HORIZONTAL

        public static final int HORIZONTAL
        Control is rendered horizontally.