Package | Description |
---|---|
org.apache.poi.xssf.model | |
org.apache.poi.xssf.usermodel |
Modifier and Type | Method and Description |
---|---|
XSSFCellStyle |
StylesTable.createCellStyle()
Create a cell style in this style table.
|
XSSFCellStyle |
StylesTable.getStyleAt(int idx) |
XSSFCellStyle |
Styles.getStyleAt(int idx) |
Modifier and Type | Method and Description |
---|---|
int |
StylesTable.putStyle(XSSFCellStyle style) |
int |
Styles.putStyle(XSSFCellStyle style) |
Modifier and Type | Method and Description |
---|---|
XSSFCellStyle |
XSSFCellStyle.clone()
Deprecated.
|
XSSFCellStyle |
XSSFCellStyle.copy()
Make a copy of this style.
|
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 2020 The Apache Software Foundation or its licensors, as applicable.