[]
        
立即试用
(Showing Draft Content)

IconSetType

Enum Class IconSetType

java.lang.Object
java.lang.Enum<IconSetType>
com.grapecity.documents.excel.IconSetType
All Implemented Interfaces:
Serializable, Comparable<IconSetType>, Constable

public enum IconSetType extends Enum<IconSetType>
指定图标集的类型。
  • Enum Constant Details

    • CustomSet

      public static final IconSetType CustomSet
      指定自定义图标集。
    • Icon3Arrows

      public static final IconSetType Icon3Arrows
      指定3个箭头图标集。
    • Icon3ArrowsGray

      public static final IconSetType Icon3ArrowsGray
      指定3个灰色箭头图标集。
    • Icon3Flags

      public static final IconSetType Icon3Flags
      指定了3个标志图标集。
    • Icon3TrafficLights1

      public static final IconSetType Icon3TrafficLights1
      指定3个交通灯图标集。
    • Icon3TrafficLights2

      public static final IconSetType Icon3TrafficLights2
      指定3个交通灯(带边框)图标集。
    • Icon3Signs

      public static final IconSetType Icon3Signs
      指定3个标志图标集。
    • Icon3Symbols

      public static final IconSetType Icon3Symbols
      指定了3个符号(圆圈)图标集。
    • Icon3Symbols2

      public static final IconSetType Icon3Symbols2
      指定3个符号图标集。
    • Icon4Arrows

      public static final IconSetType Icon4Arrows
      指定4个箭头图标集。
    • Icon4ArrowsGray

      public static final IconSetType Icon4ArrowsGray
      指定4个灰色箭头图标集。
    • Icon4RedToBlack

      public static final IconSetType Icon4RedToBlack
      指定了4个“红到黑”图标集。
    • Icon4CRV

      public static final IconSetType Icon4CRV
      指定了4个评级图标集。
    • Icon4TrafficLights

      public static final IconSetType Icon4TrafficLights
      指定4个交通灯图标集。。
    • Icon5Arrows

      public static final IconSetType Icon5Arrows
      指定了5个箭头图标集。
    • Icon5ArrowsGray

      public static final IconSetType Icon5ArrowsGray
      指定了5个灰色箭头图标集。
    • Icon5CRV

      public static final IconSetType Icon5CRV
      指定了5个评级图标集。
    • Icon5Quarters

      public static final IconSetType Icon5Quarters
      指定了5个四分之一的图标集。
    • Icon3Stars

      public static final IconSetType Icon3Stars
      指定3星图标集。
    • Icon3Triangles

      public static final IconSetType Icon3Triangles
      指定了3个三角形图标集。
    • Icon5Boxes

      public static final IconSetType Icon5Boxes
      指定了5个框图标集。
  • Method Details

    • values

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

      public static IconSetType 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.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getValue

      public int getValue()
    • forValue

      public static IconSetType forValue(int value)