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.hssf.util |
util package contains tools needed for writing HSSF files that are not necesarily "real"
HSSF concepts.
|
org.zkoss.poi.ss.util |
Modifier and Type | Method and Description |
---|---|
Region[] |
HSSFConditionalFormatting.getFormattingRegions()
Deprecated.
(Aug-2008) use
HSSFConditionalFormatting.getFormattingRanges() |
Modifier and Type | Method and Description |
---|---|
int |
HSSFSheetConditionalFormatting.addConditionalFormatting(Region[] regions,
HSSFConditionalFormattingRule[] cfRules)
Deprecated.
use CellRangeAddress instead of Region
|
int |
HSSFSheet.addMergedRegion(Region region)
Deprecated.
(Aug-2008) use CellRangeAddress instead of Region
|
Modifier and Type | Class and Description |
---|---|
class |
Region
Deprecated.
(Aug-2008) use
CellRangeAddress |
Modifier and Type | Method and Description |
---|---|
static void |
HSSFRegionUtil.setBorderBottom(short border,
Region region,
HSSFSheet sheet,
HSSFWorkbook workbook)
Deprecated.
(Aug 2008) use
CellRangeAddress instead of Region |
static void |
HSSFRegionUtil.setBorderLeft(short border,
Region region,
HSSFSheet sheet,
HSSFWorkbook workbook)
Deprecated.
(Aug 2008) use
CellRangeAddress instead of Region |
static void |
HSSFRegionUtil.setBorderRight(short border,
Region region,
HSSFSheet sheet,
HSSFWorkbook workbook)
Deprecated.
(Aug 2008) use
CellRangeAddress instead of Region |
static void |
HSSFRegionUtil.setBorderTop(short border,
Region region,
HSSFSheet sheet,
HSSFWorkbook workbook)
Deprecated.
(Aug 2008) use
CellRangeAddress instead of Region |
static void |
HSSFRegionUtil.setBottomBorderColor(short color,
Region region,
HSSFSheet sheet,
HSSFWorkbook workbook)
Deprecated.
(Aug 2008) use
CellRangeAddress instead of Region |
static void |
HSSFRegionUtil.setLeftBorderColor(short color,
Region region,
HSSFSheet sheet,
HSSFWorkbook workbook)
Deprecated.
(Aug 2008) use
CellRangeAddress instead of Region |
static void |
HSSFRegionUtil.setRightBorderColor(short color,
Region region,
HSSFSheet sheet,
HSSFWorkbook workbook)
Deprecated.
(Aug 2008) use
CellRangeAddress instead of Region |
static void |
HSSFRegionUtil.setTopBorderColor(short color,
Region region,
HSSFSheet sheet,
HSSFWorkbook workbook)
Deprecated.
(Aug 2008) use
CellRangeAddress instead of Region |
Modifier and Type | Method and Description |
---|---|
static Region[] |
Region.convertCellRangesToRegions(CellRangeAddress[] cellRanges)
Deprecated.
Convert a List of CellRange objects to an array of regions
|
Modifier and Type | Method and Description |
---|---|
int |
Region.compareTo(Region r)
Deprecated.
Compares that the given region is the same less than or greater than this
region.
|
static CellRangeAddress[] |
Region.convertRegionsToCellRanges(Region[] regions)
Deprecated.
|
static CellRangeAddress |
Region.convertToCellRangeAddress(Region r)
Deprecated.
|
boolean |
Region.equals(Region r)
Deprecated.
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.