org.zkoss.pivot.util.poi
Interface CellStyleConfigurator
public interface CellStyleConfigurator
The configuration interface for managing POI cell style
- Author:
- simonpai
Method Summary |
void |
config(Exports.PivotExportCell.Type type,
org.apache.poi.ss.usermodel.CellStyle style,
org.apache.poi.ss.usermodel.Font font)
Configure cell style by type. |
config
void config(Exports.PivotExportCell.Type type,
org.apache.poi.ss.usermodel.CellStyle style,
org.apache.poi.ss.usermodel.Font font)
- Configure cell style by type.
- Parameters:
type
- cell typestyle
- cell style object. manipulate it to set style detailfont
- cell font object attached to the style.
Copyright © 2012. All Rights Reserved.