Package | Description |
---|---|
org.zkoss.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
Apache POI Project
|
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
This method could be used to copy ConditionalFormatting object
from one sheet to another.
|
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
This method could be used to copy HSSFConditionalFormatting object
from one sheet to another.
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.