public class ExcelTemplateParams extends Object implements Serializable
| 构造器和说明 |
|---|
ExcelTemplateParams() |
ExcelTemplateParams(String name,
org.apache.poi.ss.usermodel.CellStyle cellStyle,
short height) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.poi.ss.usermodel.CellStyle |
getCellStyle() |
short |
getHeight() |
String |
getName() |
void |
setCellStyle(org.apache.poi.ss.usermodel.CellStyle cellStyle) |
void |
setHeight(short height) |
void |
setName(String name) |
public ExcelTemplateParams()
public ExcelTemplateParams(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)
Copyright © 2024. All rights reserved.