Uses of Class
org.zkoss.pivot.util.Exports.PivotExportCell.Type

Packages that use Exports.PivotExportCell.Type
org.zkoss.pivot.util Pivottable related utility classes. 
org.zkoss.pivot.util.poi Pivottable POI related utility classes. 
 

Uses of Exports.PivotExportCell.Type in org.zkoss.pivot.util
 

Methods in org.zkoss.pivot.util that return Exports.PivotExportCell.Type
 Exports.PivotExportCell.Type Exports.PivotExportCell.getType()
          The type of cell.
static Exports.PivotExportCell.Type Exports.PivotExportCell.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Exports.PivotExportCell.Type[] Exports.PivotExportCell.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.zkoss.pivot.util with parameters of type Exports.PivotExportCell.Type
 Exports.PivotExportCell Exports.PivotExportContext.getTitleCell(Exports.PivotExportCell.Type type)
          Retrieves one of the title cells.
static boolean Exports.PivotExportCell.Type.isTitle(Exports.PivotExportCell.Type type)
           
 

Constructors in org.zkoss.pivot.util with parameters of type Exports.PivotExportCell.Type
Exports.PivotExportCell(Exports.PivotExportCell.Type type, java.lang.String label, int[] span)
           
Exports.PivotExportCell(Exports.PivotExportCell.Type type, java.lang.String label, java.lang.Object key, int[] span)
           
 

Uses of Exports.PivotExportCell.Type in org.zkoss.pivot.util.poi
 

Methods in org.zkoss.pivot.util.poi with parameters of type Exports.PivotExportCell.Type
 void CellStyleConfigurator.config(Exports.PivotExportCell.Type type, org.apache.poi.ss.usermodel.CellStyle style, org.apache.poi.ss.usermodel.Font font)
          Configure cell style by type.
static org.apache.poi.ss.usermodel.CellStyle Styles.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.