public class CellStyle extends Object
| 构造器和说明 |
|---|
CellStyle() |
CellStyle(CellStyle cellStyle) |
CellStyle(int rowNumber,
String fgColorRgb)
根据行号设置颜色
|
CellStyle(String fgColorRgb)
创建单元格前景色
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getFgColorRgb() |
int |
getFillId() |
Font |
getFont() |
int |
getRowNumber() |
int |
getS() |
void |
setFgColorRgb(String fgColorRgb)
fgColor rgb颜色
RGB网页颜色在线取色器 https://link.fobshanghai.com/rgbcolor.htm
|
void |
setFillId(int fillId) |
void |
setFont(Font font) |
void |
setRowNumber(int rowNumber) |
void |
setS(int s) |
public CellStyle()
public CellStyle(String fgColorRgb)
fgColorRgb - public CellStyle(int rowNumber,
String fgColorRgb)
rowNumber - fgColorRgb - RGB网页颜色在线取色器 https://link.fobshanghai.com/rgbcolor.htmpublic CellStyle(CellStyle cellStyle)
public Font getFont()
public void setFont(Font font)
public String getFgColorRgb()
public void setFgColorRgb(String fgColorRgb)
public int getRowNumber()
public void setRowNumber(int rowNumber)
public int getFillId()
public void setFillId(int fillId)
public int getS()
public void setS(int s)
Copyright © 2022. All rights reserved.