public class CellFormatResult extends Object
CellFormatPart.apply(Object),
CellFormat#apply(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.
|
String |
text
The resulting text.
|
Color |
textColor
The color the format sets, or null if the format sets no color.
|
| Constructor and Description |
|---|
CellFormatResult(boolean applies,
String text,
Color textColor)
Creates a new format result object.
|
public final boolean applies
public final String text
Copyright © 2020. All rights reserved.