|
|||||||||
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( 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( 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 |