Package org.zkoss.pivot.util.poi
Interface CellStyleConfigurator
-
public interface CellStyleConfiguratorThe configuration interface for managing POI cell style- Author:
- simonpai
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfig(PivotExportCell.Type type, org.zkoss.poi.ss.usermodel.Cell cell, StyleFactory styleFactory)Configure pivot table's cell.StringgetDataFormat(String field)Returns data format
-
-
-
Method Detail
-
config
void config(PivotExportCell.Type type, org.zkoss.poi.ss.usermodel.Cell cell, StyleFactory styleFactory)
Configure pivot table's cell.- Parameters:
type- cell typecell-styleFactory- use it to get or create style
-
-