public class ExcelForEachParams
extends java.lang.Object
implements java.io.Serializable
| 构造器和说明 |
|---|
ExcelForEachParams() |
ExcelForEachParams(java.lang.String name,
org.apache.poi.ss.usermodel.CellStyle cellStyle,
short height) |
ExcelForEachParams(java.lang.String name,
org.apache.poi.ss.usermodel.CellStyle cellStyle,
short height,
boolean needSum) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.poi.ss.usermodel.CellStyle |
getCellStyle() |
int |
getColspan() |
java.lang.String |
getConstValue() |
short |
getHeight() |
java.lang.String |
getName() |
int |
getRowspan() |
boolean |
isNeedSum() |
void |
setCellStyle(org.apache.poi.ss.usermodel.CellStyle cellStyle) |
void |
setColspan(int colspan) |
void |
setConstValue(java.lang.String constValue) |
void |
setHeight(short height) |
void |
setName(java.lang.String name) |
void |
setNeedSum(boolean needSum) |
void |
setRowspan(int rowspan) |
public ExcelForEachParams()
public ExcelForEachParams(java.lang.String name,
org.apache.poi.ss.usermodel.CellStyle cellStyle,
short height)
public ExcelForEachParams(java.lang.String name,
org.apache.poi.ss.usermodel.CellStyle cellStyle,
short height,
boolean needSum)
public java.lang.String getName()
public void setName(java.lang.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 java.lang.String getConstValue()
public void setConstValue(java.lang.String constValue)
public int getColspan()
public void setColspan(int colspan)
public int getRowspan()
public void setRowspan(int rowspan)
public boolean isNeedSum()
public void setNeedSum(boolean needSum)
Copyright © 2018 Lumer. All Rights Reserved.