Package | Description |
---|---|
org.zkoss.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
org.zkoss.poi.ss.usermodel | |
org.zkoss.poi.xssf.usermodel |
Modifier and Type | Class and Description |
---|---|
class |
HSSFConditionalFormatting
HSSFConditionalFormatting class encapsulates all settings of Conditional Formatting.
|
Modifier and Type | Method and Description |
---|---|
int |
HSSFSheetConditionalFormatting.addConditionalFormatting(ConditionalFormatting cf) |
Modifier and Type | Method and Description |
---|---|
ConditionalFormatting |
SheetConditionalFormatting.getConditionalFormattingAt(int index)
Gets Conditional Formatting object at a particular index
|
Modifier and Type | Method and Description |
---|---|
int |
SheetConditionalFormatting.addConditionalFormatting(ConditionalFormatting cf)
Adds a copy of a ConditionalFormatting object to the sheet
|
Modifier and Type | Class and Description |
---|---|
class |
XSSFConditionalFormatting |
Modifier and Type | Method and Description |
---|---|
int |
XSSFSheetConditionalFormatting.addConditionalFormatting(ConditionalFormatting cf)
Adds a copy of HSSFConditionalFormatting object to the sheet
|
Copyright © 2020. All rights reserved.