|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EvaluationConditionalFormatRule | |
---|---|
org.apache.poi.ss.formula | This package contains common internal POI code for manipulating formulas. |
Uses of EvaluationConditionalFormatRule in org.apache.poi.ss.formula |
---|
Methods in org.apache.poi.ss.formula that return types with arguments of type EvaluationConditionalFormatRule | |
---|---|
java.util.List<EvaluationConditionalFormatRule> |
ConditionalFormattingEvaluator.getConditionalFormattingForCell(Cell cell)
This checks all applicable ConditionalFormattingRule s for the cell's sheet,
in defined "priority" order, returning the matches if any. |
java.util.List<EvaluationConditionalFormatRule> |
ConditionalFormattingEvaluator.getConditionalFormattingForCell(CellReference cellRef)
This checks all applicable ConditionalFormattingRule s for the cell's sheet,
in defined "priority" order, returning the matches if any. |
java.util.List<EvaluationConditionalFormatRule> |
ConditionalFormattingEvaluator.getFormatRulesForSheet(Sheet sheet)
|
java.util.List<EvaluationConditionalFormatRule> |
ConditionalFormattingEvaluator.getFormatRulesForSheet(java.lang.String sheetName)
|
protected java.util.List<EvaluationConditionalFormatRule> |
ConditionalFormattingEvaluator.getRules(Sheet sheet)
lazy load by sheet since reading can be expensive |
Methods in org.apache.poi.ss.formula with parameters of type EvaluationConditionalFormatRule | |
---|---|
int |
EvaluationConditionalFormatRule.compareTo(EvaluationConditionalFormatRule o)
Per Excel Help, XSSF rule priority is sheet-wide, not just within the owning ConditionalFormatting object. |
java.util.List<Cell> |
ConditionalFormattingEvaluator.getMatchingCells(EvaluationConditionalFormatRule rule)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |