Package | Description |
---|---|
com.gembox.spreadsheet.conditionalformatting |
Contains types used to format cells conditionally based on their values.
|
Modifier and Type | Method and Description |
---|---|
ContainTextOperator |
ContainTextCondition.getOperator()
Gets the operator of this
ContainTextCondition . |
static ContainTextOperator |
ContainTextOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainTextOperator[] |
ContainTextOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ContainTextCondition |
ConditionalFormatRuleCollection.addContainText(String appliesTo,
ContainTextOperator operator,
String value)
Adds a 'Cells with Specific Text' conditional formatting rule applied to a specified sequence of references to cell ranges.
|
ContainTextCondition |
ConditionalFormatRule.setContainText(ContainTextOperator operator,
String value)
Sets a 'Cells with Specific Text' formatting condition to this conditional formatting rule.
|
void |
ContainTextCondition.setOperator(ContainTextOperator value)
Sets the operator of this
ContainTextCondition . |
© GemBox Ltd. — All rights reserved.