public abstract class FormatCondition extends Object implements com.gembox.spreadsheet.internal.styles.CellFormatDataFormatHolder
Modifier and Type | Method and Description |
---|---|
abstract FormatConditionType |
getConditionType()
Gets the condition type.
|
ConditionalFormatRule |
getRule()
Gets the conditional formatting rule associated with this condition.
|
abstract String |
toString()
Returns a
String that represents this FormatCondition instance. |
public abstract FormatConditionType getConditionType()
public final ConditionalFormatRule getRule()
IllegalStateException
- Format condition is invalid because it is no longer associated with any conditional formatting rule.public abstract String toString()
String
that represents this FormatCondition
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 Object
String
that represents this FormatCondition
instance.© GemBox Ltd. — All rights reserved.