Modifier and Type | Method and Description |
---|---|
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.conditionWhenValueIsLower(Style apply,
double value)
Create a ConditionalFormat rule where the boolean condition is "values lower than X".
|
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 © 2023. All rights reserved.