| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.ss.usermodel.ConditionType
public class ConditionType
Represents a type of a conditional formatting rule
Field Summary | |
---|---|
static ConditionType | CELL_VALUE_IS This conditional formatting rule compares a cell value to a formula calculated result, using an operator |
static ConditionType | COLOR_SCALE This conditional formatting rule contains a color scale, with the cell background set according to a gradient. |
static ConditionType | DATA_BAR This conditional formatting rule sets a data bar, with the cell populated with bars based on their values |
static ConditionType | FILTER This conditional formatting rule that files the values |
static ConditionType | FORMULA This conditional formatting rule contains a formula to evaluate. |
static ConditionType | ICON_SET This conditional formatting rule sets a data bar, with the cell populated with bars based on their values |
byte | id |
java.lang.String | type |
Method Summary | |
---|---|
static ConditionType | forId(byte id) |
static ConditionType | forId(int id) |
java.lang.String | toString() |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final ConditionType CELL_VALUE_IS
public static final ConditionType FORMULA
public static final ConditionType COLOR_SCALE
public static final ConditionType DATA_BAR
public static final ConditionType FILTER
public static final ConditionType ICON_SET
public final byte id
public final java.lang.String type
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public static ConditionType forId(byte id)
public static ConditionType forId(int id)
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |