Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Class IconSet

java.lang.Object
  extended by com.aspose.cells.IconSet

public class IconSet
extends java.lang.Object

Describes the IconSet conditional formatting rule. This conditional formatting rule applies icons to the cells according to their values.


Method Summary
 CFValueObjectCollection getCFValueObjectCollection()
          Gets the CFValueObjects instance.
 byte getType()
          Gets the icon set type to display.
 boolean isReverse()
          Gets the flag indicating whether to reverse the default order of the icons in this icon set.
 boolean isShowValue()
          Gets the flag indicating whether to show the values of the cells on which this icon set is applied.
 void setReverse(boolean b)
          Sets the flag indicating whether to reverse the default order of the icons in this icon set.
 void setShowValue(boolean b)
          Sets the flag indicating whether to show the values of the cells on which this icon set is applied.
 void setType(byte type)
          Sets the icon set type to display.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCFValueObjectCollection

public CFValueObjectCollection getCFValueObjectCollection()
Gets the CFValueObjects instance.


getType

public byte getType()
Gets the icon set type to display.

See Also:
IconSetType

setType

public void setType(byte type)
Sets the icon set type to display. CFValueObjectCollection will be reset if it is not in accordance with new type.

Parameters:
type - the new type.
See Also:
IconSetType

isShowValue

public boolean isShowValue()
Gets the flag indicating whether to show the values of the cells on which this icon set is applied. Default value is true.


setShowValue

public void setShowValue(boolean b)
Sets the flag indicating whether to show the values of the cells on which this icon set is applied. Default value is true.

Parameters:
b -

isReverse

public boolean isReverse()
Gets the flag indicating whether to reverse the default order of the icons in this icon set. Default value is false.


setReverse

public void setReverse(boolean b)
Sets the flag indicating whether to reverse the default order of the icons in this icon set. Default value is false.

Parameters:
b -