iconset-ag凯发旗舰厅



com.spire.xls
class iconset

java.lang.object
  extended by com.spire.xls.iconset

public class iconset
extends java.lang.object

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

iconset

public iconset( iconset)
method detail

geticonsettype

public iconsettype geticonsettype()
get icon set type

seticonsettype

public void seticonsettype(iconsettype value)
sets icon set type

getpercentilevalues

public boolean getpercentilevalues()
gets a boolean value indicates whether thresholds for an icon set conditional format are determined using percentiles.
returns:

setpercentilevalues

public void setpercentilevalues(boolean value)
sets a boolean value indicates whether thresholds for an icon set conditional format are determined using percentiles.

isreverseorder

public boolean isreverseorder()
gets a boolean value indicates whether the order of icons is reversed for an icon set.

isreverseorder

public void isreverseorder(boolean value)
sets a boolean value indicates whether the order of icons is reversed for an icon set.

getshowicononly

public boolean getshowicononly()
gets a boolean value indcates whether only the icon is displayed for an icon set conditional format.
returns:

setshowicononly

public void setshowicononly(boolean value)
sets a boolean value indcates whether only the icon is displayed for an icon set conditional format.


网站地图