Class ComparisonOperator

java.lang.Object
org.apache.poi.ss.usermodel.ComparisonOperator

public final class ComparisonOperator extends Object
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

    Fields
    Modifier and Type
    Field
    Description
    static final byte
    'Between' operator
    static final byte
    'Equal to' operator
    static final byte
    'Greater than or equal to' operator
    static final byte
    'Greater than' operator
    static final byte
    'Less than or equal to' operator
    static final byte
    'Less than' operator
    static final byte
     
    static final byte
    'Not between' operator
    static final byte
    'Not equal to' operator
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait