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
另请参见:
序列化表格

构造方法摘要
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)
           
 
从类 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.