org.zkoss.pivot.util.poi
Class Styles

java.lang.Object
  extended by org.zkoss.pivot.util.poi.Styles

public class Styles
extends java.lang.Object

POI style utilities.

Author:
vincentjian

Constructor Summary
Styles()
           
 
Method Summary
static org.apache.poi.ss.usermodel.CellStyle create(org.apache.poi.ss.usermodel.Workbook book, CellStyleConfigurator configurator, Exports.PivotExportCell.Type type)
          Create a POI CellStyle from a configurator.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Styles

public Styles()
Method Detail

create

public static org.apache.poi.ss.usermodel.CellStyle create(org.apache.poi.ss.usermodel.Workbook book,
                                                           CellStyleConfigurator configurator,
                                                           Exports.PivotExportCell.Type type)
Create a POI CellStyle from a configurator.



Copyright © 2012. All Rights Reserved.