| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
static ConditionalFormat |
conditionWhenCellIsEmpty(Style apply)
Create a ConditionalFormat rule where the boolean condition is "cell is empty".
|
static ConditionalFormat |
conditionWhenCellIsNotEmpty(Style apply)
Create a ConditionalFormat rule where the boolean condition is "cell is not empty".
|
static ConditionalFormat |
conditionWhenTextContains(Style apply,
String text)
Create a ConditionalFormat rule where the boolean condition is "text contains X".
|
static ConditionalFormat |
conditionWhenTextDoesNotContain(Style apply,
String text)
Create a ConditionalFormat rule where the boolean condition is "text does not contain X".
|
static ConditionalFormat |
conditionWhenTextEndsWith(Style apply,
String text)
Create a ConditionalFormat rule where the boolean condition is "text ends with X".
|
static ConditionalFormat |
conditionWhenTextStartsWith(Style apply,
String text)
Create a ConditionalFormat rule where the boolean condition is "text starts with X".
|
static ConditionalFormat |
conditionWhenValueIsBetween(Style apply,
double init,
double end) |
static ConditionalFormat |
conditionWhenValueIsEqual(Style apply,
double value)
Create a ConditionalFormat rule where the boolean condition is "values equals to X".
|
static ConditionalFormat |
conditionWhenValueIsEqual(Style apply,
String value) |
static ConditionalFormat |
conditionWhenValueIsGreater(Style apply,
double value)
Create a ConditionalFormat rule where the boolean condition is "values greater than X".
|
static ConditionalFormat |
conditionWhenValueIsGreaterOrEqual(Style apply,
double value)
Create a ConditionalFormat rule where the boolean condition is "values greater than or equal to X".
|
static ConditionalFormat |
conditionWhenValueIsLower(Style apply,
double value)
Create a ConditionalFormat rule where the boolean condition is "values lower than X".
|
static ConditionalFormat |
conditionWhenValueIsLowerOrEqual(Style apply,
double value)
Create a ConditionalFormat rule where the boolean condition is "values lower than or equal to X".
|
static ConditionalFormat |
conditionWhenValueIsNotEqual(Style apply,
double value)
Create a ConditionalFormat rule where the boolean condition is "values not equal to X".
|
static ConditionalFormat |
conditionWhenValueIsNotEqual(Style apply,
String value) |
boolean |
equals(Object o) |
Style |
getStyleApplied() |
int |
hashCode() |
public Style getStyleApplied()
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic static ConditionalFormat conditionWhenValueIsGreater(Style apply, double value)
apply - the style to ble applied if the condition turns truevalue - the value to compare topublic static ConditionalFormat conditionWhenValueIsLower(Style apply, double value)
apply - the style to ble applied if the condition turns truevalue - the value to compare topublic static ConditionalFormat conditionWhenValueIsEqual(Style apply, double value)
apply - the style to ble applied if the condition turns truevalue - the value to compare topublic static ConditionalFormat conditionWhenValueIsEqual(Style apply, String value)
public static ConditionalFormat conditionWhenValueIsGreaterOrEqual(Style apply, double value)
apply - the style to be applied if the condition turns truevalue - the value to compare topublic static ConditionalFormat conditionWhenValueIsLowerOrEqual(Style apply, double value)
apply - the style to be applied if the condition turns truevalue - the value to compare topublic static ConditionalFormat conditionWhenValueIsNotEqual(Style apply, double value)
apply - the style to be applied if the condition turns truevalue - the value to compare topublic static ConditionalFormat conditionWhenValueIsNotEqual(Style apply, String value)
public static ConditionalFormat conditionWhenTextContains(Style apply, String text)
apply - the style to be applied if the condition turns truetext - the text to search forpublic static ConditionalFormat conditionWhenTextDoesNotContain(Style apply, String text)
apply - the style to be applied if the condition turns truetext - the text to search forpublic static ConditionalFormat conditionWhenTextStartsWith(Style apply, String text)
apply - the style to be applied if the condition turns truetext - the text prefix to check forpublic static ConditionalFormat conditionWhenTextEndsWith(Style apply, String text)
apply - the style to be applied if the condition turns truetext - the text suffix to check forpublic static ConditionalFormat conditionWhenCellIsEmpty(Style apply)
apply - the style to be applied if the condition turns truepublic static ConditionalFormat conditionWhenCellIsNotEmpty(Style apply)
apply - the style to be applied if the condition turns truepublic static ConditionalFormat conditionWhenValueIsBetween(Style apply, double init, double end)
Copyright © 2026. All rights reserved.