Class IconSet
java.lang.Object
com.independentsoft.office.spreadsheet.IconSet
The Class IconSet.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the conditional format value objects.getType()Gets the type.booleanChecks if is percent.booleanChecks if is reverse.booleanChecks if is show value.voidsetPercent(boolean isPercent)Sets the percent.voidsetReverse(boolean isReverse)Sets the reverse.voidsetShowValue(boolean showValue)Sets the show value.voidsetType(IconSetType type)Sets the type.toString()
-
Constructor Details
-
IconSet
public IconSet()Instantiates a new icon set.
-
-
Method Details
-
clone
-
toString
-
getConditionalFormatValueObjects
Gets the conditional format value objects.- Returns:
- the conditional format value objects
-
getType
Gets the type.- Returns:
- the type
-
setType
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
-