Uses of Class
org.xlsx4j.sml.STConditionalFormattingOperator
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STConditionalFormattingOperator in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STConditionalFormattingOperator Modifier and Type Field Description protected STConditionalFormattingOperatorCTCfRule. operatorMethods in org.xlsx4j.sml that return STConditionalFormattingOperator Modifier and Type Method Description static STConditionalFormattingOperatorSTConditionalFormattingOperator. fromValue(java.lang.String v)STConditionalFormattingOperatorCTCfRule. getOperator()Gets the value of the operator property.static STConditionalFormattingOperatorSTConditionalFormattingOperator. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STConditionalFormattingOperator[]STConditionalFormattingOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xlsx4j.sml with parameters of type STConditionalFormattingOperator Modifier and Type Method Description voidCTCfRule. setOperator(STConditionalFormattingOperator value)Sets the value of the operator property.