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.streaming | |
org.zkoss.poi.xssf.usermodel | |
org.zkoss.zss.range.impl.imexp |
ZK Spreadsheet Internal Range API Implementation classes.
|
Modifier and Type | Method and Description |
---|---|
DxfCellStyle |
HSSFWorkbook.createDxfCellStyle() |
Modifier and Type | Method and Description |
---|---|
java.util.List<DxfCellStyle> |
HSSFWorkbook.getDxfCellStyles() |
Modifier and Type | Method and Description |
---|---|
int |
HSSFWorkbook.addDxfCellStyle(DxfCellStyle cellStyle) |
int |
HSSFWorkbook.getDxfIndex(DxfCellStyle dxfCellStyle) |
Modifier and Type | Method and Description |
---|---|
DxfCellStyle |
Workbook.createDxfCellStyle() |
DxfCellStyle |
TableStyleElem.getDxfCellStyle() |
DxfCellStyle |
ColorFilter.getDxfCellStyle()
Returns the Fill of this ColorFilter
|
DxfCellStyle |
TableStyle.getDxfCellStyle(java.lang.String name)
Returns DxfCellStyle per the given name; e.g. wholeTable, totolRow, etc..
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DxfCellStyle> |
Workbook.getDxfCellStyles() |
Modifier and Type | Method and Description |
---|---|
int |
Workbook.addDxfCellStyle(DxfCellStyle cellStyle) |
int |
Workbook.getDxfIndex(DxfCellStyle dxfCellStyle) |
Modifier and Type | Method and Description |
---|---|
DxfCellStyle |
SXSSFWorkbook.createDxfCellStyle() |
Modifier and Type | Method and Description |
---|---|
java.util.List<DxfCellStyle> |
SXSSFWorkbook.getDxfCellStyles() |
Modifier and Type | Method and Description |
---|---|
int |
SXSSFWorkbook.addDxfCellStyle(DxfCellStyle cellStyle) |
int |
SXSSFWorkbook.getDxfIndex(DxfCellStyle dxfCellStyle) |
Modifier and Type | Class and Description |
---|---|
class |
XSSFDxfCellStyle
Cell style for Dxfs
|
Modifier and Type | Method and Description |
---|---|
DxfCellStyle |
XSSFWorkbook.createDxfCellStyle() |
DxfCellStyle |
XSSFWorkbook.createDxfCellStyle(int j) |
DxfCellStyle |
XSSFColorFilter.getDxfCellStyle() |
DxfCellStyle |
XSSFTableStyle.getDxfCellStyle(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.util.List<DxfCellStyle> |
XSSFWorkbook.getDxfCellStyles() |
Modifier and Type | Method and Description |
---|---|
int |
XSSFWorkbook.addDxfCellStyle(DxfCellStyle cellStyle) |
int |
XSSFWorkbook.getDxfIndex(DxfCellStyle cellStyle) |
Constructor and Description |
---|
XSSFColorFilter(DxfCellStyle dxfStyle,
boolean byFontColor) |
Modifier and Type | Method and Description |
---|---|
protected SBorder |
ExcelXlsxImporter.importBorder(DxfCellStyle poiCellStyle) |
protected SExtraStyle |
ExcelXlsxImporter.importExtraStyle(DxfCellStyle poiCellStyle) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.