org.jeecgframework.poi.excel.entity.params
类 ExcelForEachParams
java.lang.Object
org.jeecgframework.poi.excel.entity.params.ExcelForEachParams
- 所有已实现的接口:
- Serializable
public class ExcelForEachParams
- extends Object
- implements Serializable
模板for each是的参数
- 作者:
- JueYue
- 另请参见:
- 序列化表格
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExcelForEachParams
public ExcelForEachParams()
ExcelForEachParams
public ExcelForEachParams(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)
getConstValue
public String getConstValue()
setConstValue
public void setConstValue(String constValue)
getColspan
public int getColspan()
setColspan
public void setColspan(int colspan)
getRowspan
public int getRowspan()
setRowspan
public void setRowspan(int rowspan)
Copyright © 2015. All Rights Reserved.