com.aspose.cells

Class ControlScrollBarType

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

Utility class containing constants. Represents the type of scroll bar.

Field Summary
static final intNONE
Displays no scroll bars.
static final intHORIZONTAL
Displays a horizontal scroll bar.
static final intBARS_VERTICAL
Displays a vertical scroll bar.
static final intBARS_BOTH
Displays both a horizontal and a vertical scroll bar.
 

    • Field Detail

      • NONE

        public static final int NONE
        Displays no scroll bars.
      • HORIZONTAL

        public static final int HORIZONTAL
        Displays a horizontal scroll bar.
      • BARS_VERTICAL

        public static final int BARS_VERTICAL
        Displays a vertical scroll bar.
      • BARS_BOTH

        public static final int BARS_BOTH
        Displays both a horizontal and a vertical scroll bar.