|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
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 |
---|
conditionvaluetype gettype()
void settype(conditionvaluetype value)
java.lang.object getvalue()
void setvalue(java.lang.object value)
boolean isgte()
void isgte(boolean value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |