| Modifier and Type | Method and Description |
|---|---|
static ConditionalFormat |
ConditionalFormat.conditionWhenCellIsEmpty(Style apply)
Create a ConditionalFormat rule where the boolean condition is "cell is empty".
|
static ConditionalFormat |
ConditionalFormat.conditionWhenCellIsNotEmpty(Style apply)
Create a ConditionalFormat rule where the boolean condition is "cell is not empty".
|
static ConditionalFormat |
ConditionalFormat.conditionWhenTextContains(Style apply,
String text)
Create a ConditionalFormat rule where the boolean condition is "text contains X".
|
static ConditionalFormat |
ConditionalFormat.conditionWhenTextDoesNotContain(Style apply,
String text)
Create a ConditionalFormat rule where the boolean condition is "text does not contain X".
|
static ConditionalFormat |
ConditionalFormat.conditionWhenTextEndsWith(Style apply,
String text)
Create a ConditionalFormat rule where the boolean condition is "text ends with X".
|
static ConditionalFormat |
ConditionalFormat.conditionWhenTextStartsWith(Style apply,
String text)
Create a ConditionalFormat rule where the boolean condition is "text starts with X".
|
static ConditionalFormat |
ConditionalFormat.conditionWhenValueIsBetween(Style apply,
double init,
double end) |
static ConditionalFormat |
ConditionalFormat.conditionWhenValueIsEqual(Style apply,
double value)
Create a ConditionalFormat rule where the boolean condition is "values equals to X".
|
static ConditionalFormat |
ConditionalFormat.conditionWhenValueIsEqual(Style apply,
String value) |
static ConditionalFormat |
ConditionalFormat.conditionWhenValueIsGreater(Style apply,
double value)
Create a ConditionalFormat rule where the boolean condition is "values greater than X".
|
static ConditionalFormat |
ConditionalFormat.conditionWhenValueIsGreaterOrEqual(Style apply,
double value)
Create a ConditionalFormat rule where the boolean condition is "values greater than or equal to X".
|
static ConditionalFormat |
ConditionalFormat.conditionWhenValueIsLower(Style apply,
double value)
Create a ConditionalFormat rule where the boolean condition is "values lower than X".
|
static ConditionalFormat |
ConditionalFormat.conditionWhenValueIsLowerOrEqual(Style apply,
double value)
Create a ConditionalFormat rule where the boolean condition is "values lower than or equal to X".
|
static ConditionalFormat |
ConditionalFormat.conditionWhenValueIsNotEqual(Style apply,
double value)
Create a ConditionalFormat rule where the boolean condition is "values not equal to X".
|
static ConditionalFormat |
ConditionalFormat.conditionWhenValueIsNotEqual(Style apply,
String value) |
| Modifier and Type | Method and Description |
|---|---|
List<ConditionalFormat> |
Style.getConditions()
Get a list of all conditional format rules
Conditional format rules are specific properties which are applied if the cell fullfills a specific condition
|
| Modifier and Type | Method and Description |
|---|---|
void |
Style.addCondition(ConditionalFormat format)
Add a conditional format subrule in the style.
|
Copyright © 2026. All rights reserved.