public class ExcelForEachParams extends Object implements Serializable
| 构造器和说明 |
|---|
ExcelForEachParams() |
ExcelForEachParams(String name,
org.apache.poi.ss.usermodel.CellStyle cellStyle,
short height) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.poi.ss.usermodel.CellStyle |
getCellStyle() |
int |
getColspan() |
String |
getConstValue() |
short |
getHeight() |
String |
getName() |
int |
getRowspan() |
void |
setCellStyle(org.apache.poi.ss.usermodel.CellStyle cellStyle) |
void |
setColspan(int colspan) |
void |
setConstValue(String constValue) |
void |
setHeight(short height) |
void |
setName(String name) |
void |
setRowspan(int rowspan) |
public ExcelForEachParams()
public ExcelForEachParams(String name, org.apache.poi.ss.usermodel.CellStyle cellStyle, short height)
public String getName()
public void setName(String name)
public org.apache.poi.ss.usermodel.CellStyle getCellStyle()
public void setCellStyle(org.apache.poi.ss.usermodel.CellStyle cellStyle)
public short getHeight()
public void setHeight(short height)
public String getConstValue()
public void setConstValue(String constValue)
public int getColspan()
public void setColspan(int colspan)
public int getRowspan()
public void setRowspan(int rowspan)
Copyright © 2022. All rights reserved.