| 程序包 | 说明 |
|---|---|
| org.ttzero.excel.entity | |
| org.ttzero.excel.entity.e7 | |
| org.ttzero.excel.entity.style |
| 限定符和类型 | 字段和说明 |
|---|---|
protected Fill |
Sheet.zebraFill
The zebra-line fill style
|
| 限定符和类型 | 方法和说明 |
|---|---|
Fill |
Workbook.getOddFill()
已过时。
rename to
Workbook.getZebraFill() |
Fill |
Workbook.getZebraFill()
Returns the zebra-line fill style
|
Fill |
Sheet.getZebraFill()
Returns the zebra-line fill style
|
| 限定符和类型 | 方法和说明 |
|---|---|
Column |
Column.setCellStyle(Font font,
Fill fill,
Border border)
Setting the cell styles
|
Column |
Column.setCellStyle(Font font,
Fill fill,
Border border,
int horizontal)
Setting the cell styles
|
Column |
Column.setCellStyle(Font font,
Fill fill,
Border border,
int vertical,
int horizontal)
Setting the cell styles
|
Column |
Column.setCellStyle(NumFmt numFmt,
Font font,
Fill fill,
Border border,
int vertical,
int horizontal)
Setting the cell styles
|
Sheet |
Sheet.setHeadStyle(Font font,
Fill fill,
Border border)
Setting the header column styles
|
Sheet |
Sheet.setHeadStyle(Font font,
Fill fill,
Border border,
int vertical,
int horizontal)
Setting the header column styles
|
Sheet |
Sheet.setHeadStyle(NumFmt numFmt,
Font font,
Fill fill,
Border border,
int vertical,
int horizontal)
Setting the header column styles
|
Workbook |
Workbook.setOddFill(Fill fill)
已过时。
rename to
Workbook.setZebraLine(Fill) |
Sheet |
Sheet.setOddFill(Fill fill)
已过时。
rename to
Sheet.setZebraLine(Fill) |
Workbook |
Workbook.setZebraLine(Fill fill)
Setting the zebra-line fill style
|
Sheet |
Sheet.setZebraLine(Fill fill)
Setting the zebra-line fill style, default fill color is #EFF5EB
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected Fill |
XMLZebraLineCellValueAndStyle.zebraFill
The zebra-line fill style
|
| 构造器和说明 |
|---|
XMLZebraLineCellValueAndStyle(Fill zebraFill) |
| 限定符和类型 | 方法和说明 |
|---|---|
Fill |
Fill.clone() |
Fill |
Styles.getFill(int style) |
static Fill |
Fill.parse(String text)
fgColor bgColor patternType
color patternType : fgColor patternType
|
Fill |
Fill.setBgColor(Color bgColor) |
Fill |
Fill.setFgColor(Color fgColor) |
Fill |
Fill.setPatternType(PatternType patternType) |
| 限定符和类型 | 方法和说明 |
|---|---|
static List<Fill> |
Fill.domToFill(org.dom4j.Element root) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
Styles.addFill(Fill fill)
Add fill
|
int |
Styles.modifyFill(int style,
Fill newFill) |
Copyright © 2023. All rights reserved.