Enum Class FormControlType

java.lang.Object
java.lang.Enum<FormControlType>
com.grapecity.documents.excel.forms.FormControlType
所有已实现的接口:
Serializable, Comparable<FormControlType>, Constable

public enum FormControlType extends Enum<FormControlType>
Represents the type of form controls.
  • 枚举常量详细资料

    • Button

      public static final FormControlType Button
      The type of this control is IButton .
    • CheckBox

      public static final FormControlType CheckBox
      The type of this control is ICheckBox .
    • GroupBox

      public static final FormControlType GroupBox
      The type of this control is IGroupBox .
    • Label

      public static final FormControlType Label
      The type of this control is ILabel .
    • ListBox

      public static final FormControlType ListBox
      The type of this control is IListBox .
    • OptionButton

      public static final FormControlType OptionButton
      The type of this control is IOptionButton .
    • ScrollBar

      public static final FormControlType ScrollBar
      The type of this control is IScrollBar .
    • Spinner

      public static final FormControlType Spinner
      The type of this control is ISpinner .
  • 方法详细资料

    • values

      public static FormControlType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      返回:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static FormControlType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      参数:
      name - 要返回的枚举常量的名称。
      返回:
      返回带有指定名称的枚举常量
      抛出:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - 如果参数为空值