public class XMLCellValueAndStyle extends Object implements ICellValueAndStyle
| 构造器和说明 |
|---|
XMLCellValueAndStyle(int autoOdd,
int oddFill) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
conversion(int row,
Cell cell,
Object o,
Column hc)
Int value conversion to others
|
String |
getFileSuffix()
Returns the worksheet name
|
int |
getStyleIndex(int rows,
Column hc,
Object o)
Returns the cell style index
|
void |
reset(int row,
Cell cell,
Object e,
Column hc)
Setting cell value and cell styles
|
<T> void |
setStyleDesign(T o,
Cell cell,
Column hc,
StyleProcessor<T> styleProcessor)
Setting all cell style of the specified row
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetCellValue, setNullValuepublic void conversion(int row,
Cell cell,
Object o,
Column hc)
conversion 在接口中 ICellValueAndStylecell - the cello - the cell valuehc - the header columnrow - the row numberpublic void reset(int row,
Cell cell,
Object e,
Column hc)
reset 在接口中 ICellValueAndStylecell - the celle - the cell valuehc - the header columnrow - the row numberpublic int getStyleIndex(int rows,
Column hc,
Object o)
getStyleIndex 在接口中 ICellValueAndStylehc - the header columno - the cell valuerows - the row numberpublic <T> void setStyleDesign(T o,
Cell cell,
Column hc,
StyleProcessor<T> styleProcessor)
setStyleDesign 在接口中 ICellValueAndStyleT - the row's classo - the row datacell - the cell of rowhc - the header columnstyleProcessor - a customize StyleProcessorpublic String getFileSuffix()
getFileSuffix 在接口中 ICellValueAndStyleCopyright © 2022. All rights reserved.