public final class FormatConditionType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ABOVE_AVERAGE
This conditional formatting rule highlights cells that
are above or below the average for all values in the
range.
|
static int |
BEGINS_WITH
This conditional formatting rule highlights cells in the
range that begin with the given text.
|
static int |
CELL_VALUE
This conditional formatting rule compares a cell value
to a formula calculated result, using an operator.
|
static int |
COLOR_SCALE
This conditional formatting rule creates a gradated
color scale on the cells.
|
static int |
CONTAINS_BLANKS
This conditional formatting rule highlights cells that
are completely blank.
|
static int |
CONTAINS_ERRORS
This conditional formatting rule highlights cells with
formula errors.
|
static int |
CONTAINS_TEXT
This conditional formatting rule highlights cells
containing given text.
|
static int |
DATA_BAR
This conditional formatting rule displays a gradated
data bar in the range of cells.
|
static int |
DUPLICATE_VALUES
This conditional formatting rule highlights duplicated
values.
|
static int |
ENDS_WITH
This conditional formatting rule highlights cells ending
with given text.
|
static int |
EXPRESSION
This conditional formatting rule contains a formula to
evaluate.
|
static int |
ICON_SET
This conditional formatting rule applies icons to cells
according to their values.
|
static int |
NOT_CONTAINS_BLANKS
This conditional formatting rule highlights cells that
are not blank.
|
static int |
NOT_CONTAINS_ERRORS
This conditional formatting rule highlights cells
without formula errors.
|
static int |
NOT_CONTAINS_TEXT
This conditional formatting rule highlights cells that
do not contain given text.
|
static int |
TIME_PERIOD
This conditional formatting rule highlights cells
containing dates in the specified time period.
|
static int |
TOP_10
This conditional formatting rule highlights cells whose
values fall in the top N or bottom N bracket, as
specified.
|
static int |
UNIQUE_VALUES
This conditional formatting rule highlights unique
values in the range.
|
public static final int CELL_VALUE
public static final int EXPRESSION
public static final int TOP_10
public static final int UNIQUE_VALUES
public static final int DUPLICATE_VALUES
public static final int CONTAINS_TEXT
public static final int NOT_CONTAINS_TEXT
public static final int BEGINS_WITH
public static final int ENDS_WITH
public static final int CONTAINS_BLANKS
public static final int NOT_CONTAINS_BLANKS
public static final int CONTAINS_ERRORS
public static final int NOT_CONTAINS_ERRORS
public static final int TIME_PERIOD
public static final int ABOVE_AVERAGE
public static final int COLOR_SCALE
public static final int DATA_BAR
public static final int ICON_SET
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.