Java org.apache.poi.ss.usermodel ConditionalFormattingRule fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.ss.usermodel ConditionalFormattingRule fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.ss.usermodel ConditionalFormattingRule.

The text is from its open source code.

Method

BorderFormattingcreateBorderFormatting()
Create a new border formatting structure if it does not exist, otherwise just return existing object.
FontFormattingcreateFontFormatting()
Create a new font formatting structure if it does not exist, otherwise just return existing object.
PatternFormattingcreatePatternFormatting()
Create a new pattern formatting structure if it does not exist, otherwise just return existing object.
BorderFormattinggetBorderFormatting()
ColorScaleFormattinggetColorScaleFormatting()
bytegetComparisonOperation()
The comparison function used when the type of conditional formatting is set to ConditionType#CELL_VALUE_IS

MUST be a constant from ComparisonOperator

ConditionTypegetConditionType()
Type of conditional formatting rule.
DataBarFormattinggetDataBarFormatting()
FontFormattinggetFontFormatting()
StringgetFormula1()
The formula used to evaluate the first operand for the conditional formatting rule.
StringgetFormula2()
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
IconMultiStateFormattinggetMultiStateFormatting()
PatternFormattinggetPatternFormatting()