Example usage for Java org.apache.poi.ss.usermodel ConditionalFormattingRule fields, constructors, methods, implement or subclass
The text is from its open source code.
BorderFormatting | createBorderFormatting() Create a new border formatting structure if it does not exist, otherwise just return existing object. |
FontFormatting | createFontFormatting() Create a new font formatting structure if it does not exist, otherwise just return existing object. |
PatternFormatting | createPatternFormatting() Create a new pattern formatting structure if it does not exist, otherwise just return existing object. |
BorderFormatting | getBorderFormatting() |
ColorScaleFormatting | getColorScaleFormatting() |
byte | getComparisonOperation() The comparison function used when the type of conditional formatting is set to ConditionType#CELL_VALUE_IS MUST be a constant from ComparisonOperator |
ConditionType | getConditionType() Type of conditional formatting rule. |
DataBarFormatting | getDataBarFormatting() |
FontFormatting | getFontFormatting() |
String | getFormula1() The formula used to evaluate the first operand for the conditional formatting rule. |
String | getFormula2() The formula used to evaluate the second operand of the comparison when comparison type is ConditionType#CELL_VALUE_IS and operator is either ComparisonOperator#BETWEEN or ComparisonOperator#NOT_BETWEEN |
IconMultiStateFormatting | getMultiStateFormatting() |
PatternFormatting | getPatternFormatting() |