Package | Description |
---|---|
org.zkoss.poi.xssf.model | |
org.zkoss.poi.xssf.usermodel |
Modifier and Type | Method and Description |
---|---|
XSSFCellStyle |
StylesTable.createCellStyle() |
XSSFCellStyle |
StylesTable.createDefaultCellStyle(XSSFCellBorder border,
XSSFCellFill fill,
XSSFFont font,
int numFmtId) |
XSSFCellStyle |
StylesTable.getStyleAt(int idx) |
Modifier and Type | Method and Description |
---|---|
int |
StylesTable.putStyle(XSSFCellStyle style) |
void |
StylesTable.setDefaultCellStyle(XSSFCellStyle cellStyle) |
Modifier and Type | Method and Description |
---|---|
XSSFCellStyle |
XSSFWorkbook.createCellStyle()
Create a new XSSFCellStyle and add it to the workbook's style table
|
XSSFCellStyle |
XSSFCell.getCellStyle()
Return the cell's style.
|
XSSFCellStyle |
XSSFWorkbook.getCellStyleAt(int idx)
Get the cell style object at the given index
|
XSSFCellStyle |
XSSFRow.getRowStyle()
Returns the whole-row cell style.
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.