public class ExcelGenerator.Styles extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,org.apache.poi.ss.usermodel.CellStyle> |
styles |
| Constructor and Description |
|---|
ExcelGenerator.Styles() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.poi.hssf.usermodel.HSSFCellStyle |
blueCell() |
org.apache.poi.hssf.usermodel.HSSFCellStyle |
boldHeader() |
org.apache.poi.hssf.usermodel.HSSFCellStyle |
boldTitle() |
void |
clean() |
org.apache.poi.ss.usermodel.CellStyle |
get(String name) |
void |
put(String name,
org.apache.poi.ss.usermodel.CellStyle style) |
org.apache.poi.hssf.usermodel.HSSFCellStyle |
redCell() |
public org.apache.poi.ss.usermodel.CellStyle get(String name)
name - public void put(String name, org.apache.poi.ss.usermodel.CellStyle style)
public void clean()
public org.apache.poi.hssf.usermodel.HSSFCellStyle boldTitle()
public org.apache.poi.hssf.usermodel.HSSFCellStyle boldHeader()
public org.apache.poi.hssf.usermodel.HSSFCellStyle redCell()
public org.apache.poi.hssf.usermodel.HSSFCellStyle blueCell()
Copyright © 2008-2015. All Rights Reserved.