|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface HssfTableUtils.POICustomizer
The POI customizer class which will be invoked after JIDE finish every settings for the cell.
Method Summary | |
---|---|
void |
customizeHeaderCell(Cell cell,
JTableHeader header,
int rowInHeader,
int columnInHeader)
The method to customize the cell in the table header area. |
void |
customizeSheet(Sheet sheet,
JTable table)
The method to customize the entire sheet for the exported table. |
void |
customizeTableCell(Cell cell,
JTable table,
int rowInTable,
int columnInTable)
The method to customize the cell in the table area. |
Method Detail |
---|
void customizeTableCell(Cell cell, JTable table, int rowInTable, int columnInTable)
cell
- the POI celltable
- the tablerowInTable
- the row index in the tablecolumnInTable
- the column index in the tablevoid customizeHeaderCell(Cell cell, JTableHeader header, int rowInHeader, int columnInHeader)
cell
- the POI cellheader
- the table headerrowInHeader
- the row index in the table headercolumnInHeader
- the column index in the table headervoid customizeSheet(Sheet sheet, JTable table)
sheet
- the POI sheettable
- the table
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |