Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface IconSetType


public interface 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.


Field Summary
static byte FIVE_ARROWS_COLORED
          5 arrows icon set.
static byte FIVE_ARROWS_GRAY
          5 gray arrows icon set.
static byte FIVE_QUARTERS
          5 quarters icon set.
static byte FIVE_RATINGS
          5 ratings icon set.
static byte FOUR_ARROWS_COLORED
          4 arrows icon set.
static byte FOUR_ARROWS_GRAY
          4 gray arrows icon set.
static byte FOUR_RATINGS
          4 ratings icon set.
static byte FOUR_TRAFFIC_LIGHTS
          4 traffic lights icon set.
static byte RED_TO_BLACK
          4 'red to black' icon set.
static byte THREE_ARROWS_COLORED
          3 arrows icon set.
static byte THREE_ARROWS_GRAY
          3 gray arrows icon set.
static byte THREE_FLAGS
          3 flags icon set.
static byte THREE_SIGNS
          3 signs icon set.
static byte THREE_SYMBOLS_CIRCLED
          3 symbols circled icon set.
static byte THREE_SYMBOLS_UNCIRCLED
          3 Symbols uncircled icon set.
static byte THREE_TRAFFIC_LIGHTS_RIMMED
          3 traffic lights icon set with thick black border.
static byte THREE_TRAFFIC_LIGHTS_UNRIMMED
          3 traffic lights icon set.
 

Field Detail

THREE_ARROWS_COLORED

static final byte THREE_ARROWS_COLORED
3 arrows icon set.

See Also:
Constant Field Values

THREE_ARROWS_GRAY

static final byte THREE_ARROWS_GRAY
3 gray arrows icon set.

See Also:
Constant Field Values

THREE_FLAGS

static final byte THREE_FLAGS
3 flags icon set.

See Also:
Constant Field Values

THREE_TRAFFIC_LIGHTS_UNRIMMED

static final byte THREE_TRAFFIC_LIGHTS_UNRIMMED
3 traffic lights icon set.

See Also:
Constant Field Values

THREE_SIGNS

static final byte THREE_SIGNS
3 signs icon set.

See Also:
Constant Field Values

THREE_TRAFFIC_LIGHTS_RIMMED

static final byte THREE_TRAFFIC_LIGHTS_RIMMED
3 traffic lights icon set with thick black border.

See Also:
Constant Field Values

THREE_SYMBOLS_CIRCLED

static final byte THREE_SYMBOLS_CIRCLED
3 symbols circled icon set.

See Also:
Constant Field Values

THREE_SYMBOLS_UNCIRCLED

static final byte THREE_SYMBOLS_UNCIRCLED
3 Symbols uncircled icon set.

See Also:
Constant Field Values

FOUR_ARROWS_COLORED

static final byte FOUR_ARROWS_COLORED
4 arrows icon set.

See Also:
Constant Field Values

FOUR_ARROWS_GRAY

static final byte FOUR_ARROWS_GRAY
4 gray arrows icon set.

See Also:
Constant Field Values

RED_TO_BLACK

static final byte RED_TO_BLACK
4 'red to black' icon set.

See Also:
Constant Field Values

FOUR_RATINGS

static final byte FOUR_RATINGS
4 ratings icon set.

See Also:
Constant Field Values

FOUR_TRAFFIC_LIGHTS

static final byte FOUR_TRAFFIC_LIGHTS
4 traffic lights icon set.

See Also:
Constant Field Values

FIVE_ARROWS_COLORED

static final byte FIVE_ARROWS_COLORED
5 arrows icon set.

See Also:
Constant Field Values

FIVE_ARROWS_GRAY

static final byte FIVE_ARROWS_GRAY
5 gray arrows icon set.

See Also:
Constant Field Values

FIVE_RATINGS

static final byte FIVE_RATINGS
5 ratings icon set.

See Also:
Constant Field Values

FIVE_QUARTERS

static final byte FIVE_QUARTERS
5 quarters icon set.

See Also:
Constant Field Values