public class CellFormatResult
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
applies
This is
true if no condition was given that applied to the
value, or if the condition is satisfied. |
java.lang.String |
text
The resulting text.
|
java.awt.Color |
textColor
The color the format sets, or
null if the format sets no color. |
| Constructor and Description |
|---|
CellFormatResult(boolean applies,
java.lang.String text,
java.awt.Color textColor)
Creates a new format result object.
|
public final boolean applies
true if no condition was given that applied to the
value, or if the condition is satisfied. If a condition is relevant, and
when applied the value fails the test, this is false.public final java.lang.String text
null.public final java.awt.Color textColor
null if the format sets no color.
This will always be null if applies is false.Copyright 2022 The Apache Software Foundation or its licensors, as applicable.