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.
 

Method Detail

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 type
style - cell style object. manipulate it to set style detail
font - cell font object attached to the style.


Copyright © 2012. All Rights Reserved.