Package | Description |
---|---|
org.zkoss.poi.xssf.model | |
org.zkoss.poi.xssf.usermodel |
Modifier and Type | Method and Description |
---|---|
XSSFCellBorder |
StylesTable.getBorderAt(int idx) |
Modifier and Type | Method and Description |
---|---|
java.util.List<XSSFCellBorder> |
StylesTable.getBorders() |
Modifier and Type | Method and Description |
---|---|
XSSFCellStyle |
StylesTable.createDefaultCellStyle(XSSFCellBorder border,
XSSFCellFill fill,
XSSFFont font,
int numFmtId) |
int |
StylesTable.putBorder(XSSFCellBorder border) |
Modifier and Type | Method and Description |
---|---|
CellStyle |
XSSFWorkbook.createDefaultCellStyle(XSSFCellBorder border,
XSSFCellFill fill,
XSSFFont font,
int numFmtId) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.