Enum Class的使用
com.grapecity.documents.excel.ContainsOperator
-
com.grapecity.documents.excel中ContainsOperator的使用
修饰符和类型方法说明IFormatCondition.getTextOperator()
Returns one of the constants of theContainsOperator
enumeration,specifying the text search performed by the conditional formatting rule.static ContainsOperator
Returns the enum constant of this class with the specified name.static ContainsOperator[]
ContainsOperator.values()
Returns an array containing the constants of this enum class, in the order they are declared.修饰符和类型方法说明void
IFormatCondition.setTextOperator
(ContainsOperator value) Sets one of the constants of theContainsOperator
enumeration,specifying the text search performed by the conditional formatting rule.