public class ContainCondition extends FormatCondition
Modifier and Type | Method and Description |
---|---|
FormatConditionType |
getConditionType()
Gets the
FormatConditionType.CONTAIN value. |
ContainConditionType |
getContainConditionType()
Gets the
ContainCondition type. |
CellStyle |
getStyle()
Gets the actual formatting which will be applied to a cell if its value satisfies this
ContainCondition . |
String |
toString()
Returns a
String that represents this ContainCondition instance. |
getRule
public final FormatConditionType getConditionType()
FormatConditionType.CONTAIN
value.getConditionType
in class FormatCondition
FormatConditionType.CONTAIN
value.public final ContainConditionType getContainConditionType()
ContainCondition
type.ContainCondition
type.public final CellStyle getStyle()
ContainCondition
.ContainCondition
.public String toString()
String
that represents this ContainCondition
instance.
This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).
toString
in class FormatCondition
String
that represents this ContainCondition
instance.© GemBox Ltd. — All rights reserved.