| 程序包 | 说明 |
|---|---|
| org.ttzero.excel.entity | |
| org.ttzero.excel.entity.csv | |
| org.ttzero.excel.entity.e7 | |
| org.ttzero.excel.processor |
| 限定符和类型 | 字段和说明 |
|---|---|
protected StyleProcessor<T> |
ListSheet.styleProcessor
The row styleProcessor
|
StyleProcessor |
Column.styleProcessor
The style conversion
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected StyleProcessor<?> |
ListSheet.getDesignStyle(StyleDesign styleDesign)
Set custom styleProcessor for declarations on Entry Class
|
StyleProcessor<ResultSet> |
ResultSetSheet.getStyleProcessor()
Returns the row style processor
|
StyleProcessor<T> |
ListSheet.getStyleProcessor()
Returns the row style processor
|
| 限定符和类型 | 方法和说明 |
|---|---|
<T> void |
ICellValueAndStyle.setStyleDesign(T o,
Cell cell,
Column hc,
StyleProcessor<T> styleProcessor)
Setting all cell style of the specified row
|
Column |
Column.setStyleProcessor(StyleProcessor styleProcessor)
Setting the style conversion
|
Sheet |
ResultSetSheet.setStyleProcessor(StyleProcessor<ResultSet> styleProcessor)
Setting a row style processor
|
Sheet |
ListSheet.setStyleProcessor(StyleProcessor<T> styleProcessor)
Setting a row style processor
|
| 限定符和类型 | 方法和说明 |
|---|---|
<T> void |
CSVCellValueAndStyle.setStyleDesign(T o,
Cell cell,
Column hc,
StyleProcessor<T> styleProcessor)
Setting all cell style of the specified row
|
| 限定符和类型 | 方法和说明 |
|---|---|
<T> void |
XMLCellValueAndStyle.setStyleDesign(T o,
Cell cell,
Column hc,
StyleProcessor<T> styleProcessor)
Setting all cell style of the specified row
|
| 限定符和类型 | 类和说明 |
|---|---|
static class |
StyleProcessor.None
None processor
|
Copyright © 2022. All rights reserved.