public final class CellStyles extends Object
| Constructor and Description |
|---|
CellStyles(org.apache.poi.ss.usermodel.Workbook wb) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.poi.ss.usermodel.CellStyle |
getBoldStyle() |
org.apache.poi.ss.usermodel.CellStyle |
getCustomDataFormatStyle(String dataFormat) |
org.apache.poi.ss.usermodel.CellStyle |
getDateStyle() |
org.apache.poi.ss.usermodel.Workbook |
getWorkbook() |
public org.apache.poi.ss.usermodel.CellStyle getBoldStyle()
public org.apache.poi.ss.usermodel.CellStyle getDateStyle()
public org.apache.poi.ss.usermodel.CellStyle getCustomDataFormatStyle(String dataFormat)
public org.apache.poi.ss.usermodel.Workbook getWorkbook()
Copyright © 2014. All rights reserved.