iconditionvalue-ag凯发旗舰厅



com.spire.xls
interface iconditionvalue

all known implementing classes:
,

public interface iconditionvalue

represents single condition value for iconset, databar, colorscale conditions.


method summary
 conditionvaluetype gettype()
          returns one of the constants of the xl condition value types enumeration, which specifies how the threshold values for a data bar, color scale, or icon set conditional format are determined.
 java.lang.object getvalue()
          returns the shortest bar or longest bar threshold value for a data bar conditional format.
 boolean isgte()
          returns whether this threshold value uses the greater than or equal to operator.
 void isgte(boolean value)
          sets whether this threshold value uses the greater than or equal to operator.
 void settype(conditionvaluetype value)
          sets one of the constants of the xl condition value types enumeration, which specifies how the threshold values for a data bar, color scale, or icon set conditional format are determined.
 void setvalue(java.lang.object value)
          sets the shortest bar or longest bar threshold value for a data bar conditional format.
 
method detail

gettype

conditionvaluetype gettype()
returns one of the constants of the xl condition value types enumeration, which specifies how the threshold values for a data bar, color scale, or icon set conditional format are determined. read-only.

settype

void settype(conditionvaluetype value)
sets one of the constants of the xl condition value types enumeration, which specifies how the threshold values for a data bar, color scale, or icon set conditional format are determined. read-only.

getvalue

java.lang.object getvalue()
returns the shortest bar or longest bar threshold value for a data bar conditional format.

setvalue

void setvalue(java.lang.object value)
sets the shortest bar or longest bar threshold value for a data bar conditional format.

isgte

boolean isgte()
returns whether this threshold value uses the greater than or equal to operator. false indicate 'greater than' is used instead of 'greater than or equal to'.

isgte

void isgte(boolean value)
sets whether this threshold value uses the greater than or equal to operator. false indicate 'greater than' is used instead of 'greater than or equal to'.


网站地图