|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.ss.usermodel.ComparisonOperator
public final class ComparisonOperator
The conditional format operators used for "Highlight Cells That Contain..." rules.
For example, "highlight cells that begin with "M2" and contain "Mountain Gear".
Field Summary | |
---|---|
static byte |
BETWEEN
'Between' operator |
static byte |
EQUAL
'Equal to' operator |
static byte |
GE
'Greater than or equal to' operator |
static byte |
GT
'Greater than' operator |
static byte |
LE
'Less than or equal to' operator |
static byte |
LT
'Less than' operator |
static byte |
NO_COMPARISON
|
static byte |
NOT_BETWEEN
'Not between' operator |
static byte |
NOT_EQUAL
'Not equal to' operator |
Constructor Summary | |
---|---|
ComparisonOperator()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final byte NO_COMPARISON
public static final byte BETWEEN
public static final byte NOT_BETWEEN
public static final byte EQUAL
public static final byte NOT_EQUAL
public static final byte GT
public static final byte LT
public static final byte GE
public static final byte LE
Constructor Detail |
---|
public ComparisonOperator()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |