Class CellStyleFactory.MyCellStyle
java.lang.Object
ch.tocco.nice2.optional.qualification.api.CellStyleFactory.MyCellStyle
- Enclosing interface:
CellStyleFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.poi.ss.usermodel.CellStyle
org.apache.poi.ss.usermodel.Font
getFont()
org.apache.poi.hssf.usermodel.HSSFPalette
org.apache.poi.ss.usermodel.Workbook
-
Constructor Details
-
MyCellStyle
public MyCellStyle(org.apache.poi.ss.usermodel.Workbook workbook)
-
-
Method Details
-
getCellStyle
public org.apache.poi.ss.usermodel.CellStyle getCellStyle() -
getPalette
public org.apache.poi.hssf.usermodel.HSSFPalette getPalette() -
getFont
public org.apache.poi.ss.usermodel.Font getFont() -
getWorkbook
public org.apache.poi.ss.usermodel.Workbook getWorkbook()
-