|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.xls.IconSet
public class IconSet
Conditional formatting icon set condition.
Constructor Summary | |
---|---|
IconSet(IIconSet iconSet)
|
Method Summary | |
---|---|
IconSetType |
getIconSetType()
Get icon set type |
boolean |
getPercentileValues()
Gets a boolean value indicates whether thresholds for an icon set conditional format are determined using percentiles. |
boolean |
getShowIconOnly()
Gets a Boolean value indcates whether only the icon is displayed for an icon set conditional format. |
boolean |
isReverseOrder()
Gets a Boolean value indicates whether the order of icons is reversed for an icon set. |
void |
isReverseOrder(boolean value)
Sets a Boolean value indicates whether the order of icons is reversed for an icon set. |
void |
setIconSetType(IconSetType value)
Sets icon set type |
void |
setPercentileValues(boolean value)
Sets a Boolean value indicates whether thresholds for an icon set conditional format are determined using percentiles. |
void |
setShowIconOnly(boolean value)
Sets a boolean value indcates whether only the icon is displayed for an icon set conditional format. |
Constructor Detail |
---|
public IconSet(IIconSet iconSet)
Method Detail |
---|
public IconSetType getIconSetType()
public void setIconSetType(IconSetType value)
public boolean getPercentileValues()
public void setPercentileValues(boolean value)
public boolean isReverseOrder()
public void isReverseOrder(boolean value)
public boolean getShowIconOnly()
public void setShowIconOnly(boolean value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |