com.spire.xls
Enum IconSetType

java.lang.Object
  extended by java.lang.Enum<IconSetType>
      extended by com.spire.xls.IconSetType
All Implemented Interfaces:
java.lang.Comparable<IconSetType>

public enum IconSetType
extends java.lang.Enum<IconSetType>

Icon set type for conditional formatting. The threshold values for triggering the different icons within a set are configurable, and the icon order is reversible.


Enum Constant Summary
CustomSet
           
FiveArrows
          5 arrows icon set.
FiveArrowsGray
          5 gray arrows icon set.
FiveBoxes
          5 boxes set
FiveQuarters
          5 quarters icon set.
FiveRating
          5 rating icon set.
FourArrows
          4 arrows icon set.
FourArrowsGray
          4 gray arrows icon set.
FourRating
          4 ratings icon set.
FourRedToBlack
          4 red to black' icon set.
FourTrafficLights
          4 traffic lights icon set.
None
          None.
ThreeArrows
          3 arrows icon set.
ThreeArrowsGray
          3 gray arrows icon set.
ThreeFlags
          3 flags icon set.
ThreeSigns
          3 signs icon set.
ThreeStars
          3 stars set
ThreeSymbols
          3 symbols icon set.
ThreeSymbols2
          3 Symbols icon set.
ThreeTrafficLights1
          3 traffic lights icon set (#1).
ThreeTrafficLights2
          3 traffic lights icon set with thick black border.
ThreeTriangles
          3 triangles set
 

Enum Constant Detail

ThreeArrows

public static final IconSetType ThreeArrows
3 arrows icon set.


ThreeArrowsGray

public static final IconSetType ThreeArrowsGray
3 gray arrows icon set.


ThreeFlags

public static final IconSetType ThreeFlags
3 flags icon set.


ThreeTrafficLights1

public static final IconSetType ThreeTrafficLights1
3 traffic lights icon set (#1).


ThreeTrafficLights2

public static final IconSetType ThreeTrafficLights2
3 traffic lights icon set with thick black border.


ThreeSigns

public static final IconSetType ThreeSigns
3 signs icon set.


ThreeSymbols

public static final IconSetType ThreeSymbols
3 symbols icon set.


ThreeSymbols2

public static final IconSetType ThreeSymbols2
3 Symbols icon set.


ThreeTriangles

public static final IconSetType ThreeTriangles
3 triangles set


ThreeStars

public static final IconSetType ThreeStars
3 stars set


FiveBoxes

public static final IconSetType FiveBoxes
5 boxes set


FourArrows

public static final IconSetType FourArrows
4 arrows icon set.


FourArrowsGray

public static final IconSetType FourArrowsGray
4 gray arrows icon set.


FourRedToBlack

public static final IconSetType FourRedToBlack
4 red to black' icon set.


FourRating

public static final IconSetType FourRating
4 ratings icon set.


FourTrafficLights

public static final IconSetType FourTrafficLights
4 traffic lights icon set.


FiveArrows

public static final IconSetType FiveArrows
5 arrows icon set.


FiveArrowsGray

public static final IconSetType FiveArrowsGray
5 gray arrows icon set.


FiveRating

public static final IconSetType FiveRating
5 rating icon set.


FiveQuarters

public static final IconSetType FiveQuarters
5 quarters icon set.


None

public static final IconSetType None
None.


CustomSet

public static final IconSetType CustomSet