java.lang.Object
com.independentsoft.office.spreadsheet.IconSet

public class IconSet extends Object
The Class IconSet.
  • Constructor Details

    • IconSet

      public IconSet()
      Instantiates a new icon set.
  • Method Details

    • clone

      public IconSet clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getConditionalFormatValueObjects

      public List<ConditionalFormatValueObject> getConditionalFormatValueObjects()
      Gets the conditional format value objects.
      Returns:
      the conditional format value objects
    • getType

      public IconSetType getType()
      Gets the type.
      Returns:
      the type
    • setType

      public void setType(IconSetType type)
      Sets the type.
      Parameters:
      type - the new type
    • isPercent

      public boolean isPercent()
      Checks if is percent.
      Returns:
      true, if is percent
    • setPercent

      public void setPercent(boolean isPercent)
      Sets the percent.
      Parameters:
      isPercent - the new percent
    • isReverse

      public boolean isReverse()
      Checks if is reverse.
      Returns:
      true, if is reverse
    • setReverse

      public void setReverse(boolean isReverse)
      Sets the reverse.
      Parameters:
      isReverse - the new reverse
    • isShowValue

      public boolean isShowValue()
      Checks if is show value.
      Returns:
      true, if is show value
    • setShowValue

      public void setShowValue(boolean showValue)
      Sets the show value.
      Parameters:
      showValue - the new show value