| Package | Description |
|---|---|
| org.apache.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
| org.apache.poi.ss.usermodel | |
| org.apache.poi.xssf.usermodel |
| Modifier and Type | Class | Description |
|---|---|---|
class |
HSSFConditionalFormatting |
HSSFConditionalFormatting class encapsulates all settings of Conditional Formatting.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
HSSFSheetConditionalFormatting.addConditionalFormatting(ConditionalFormatting cf) |
| Modifier and Type | Method | Description |
|---|---|---|
ConditionalFormatting |
SheetConditionalFormatting.getConditionalFormattingAt(int index) |
Gets Conditional Formatting object at a particular index
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
SheetConditionalFormatting.addConditionalFormatting(ConditionalFormatting cf) |
Adds a copy of a ConditionalFormatting object to the sheet
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
XSSFConditionalFormatting |
| Modifier and Type | Method | Description |
|---|---|---|
int |
XSSFSheetConditionalFormatting.addConditionalFormatting(ConditionalFormatting cf) |
Adds a copy of HSSFConditionalFormatting object to the sheet
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.