org.jeecgframework.poi.excel.entity.params
类 ExcelTemplateParams
java.lang.Object
org.jeecgframework.poi.excel.entity.params.ExcelTemplateParams
- 所有已实现的接口:
- Serializable
public class ExcelTemplateParams
- extends Object
- implements Serializable
模板便利是的参数
- 作者:
- JueYue
- 另请参见:
- 序列化表格
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExcelTemplateParams
public ExcelTemplateParams()
ExcelTemplateParams
public ExcelTemplateParams(String name,
org.apache.poi.ss.usermodel.CellStyle cellStyle,
short height)
getName
public String getName()
setName
public void setName(String name)
getCellStyle
public org.apache.poi.ss.usermodel.CellStyle getCellStyle()
setCellStyle
public void setCellStyle(org.apache.poi.ss.usermodel.CellStyle cellStyle)
getHeight
public short getHeight()
setHeight
public void setHeight(short height)
Copyright © 2015. All Rights Reserved.