org.jeecgframework.poi.excel.entity.params
类 ExcelExportEntity
java.lang.Object
org.jeecgframework.poi.excel.entity.params.ExcelBaseEntity
org.jeecgframework.poi.excel.entity.params.ExcelExportEntity
- 所有已实现的接口:
- Comparable<ExcelExportEntity>
public class ExcelExportEntity
- extends ExcelBaseEntity
- implements Comparable<ExcelExportEntity>
excel 导出工具类,对cell类型做映射
- 版本:
- 1.0 2013年8月24日
- 作者:
- JueYue
| 从类 org.jeecgframework.poi.excel.entity.params.ExcelBaseEntity 继承的方法 |
getDatabaseFormat, getFormat, getMethod, getMethods, getName, getReplace, getType, isHyperlink, setDatabaseFormat, setFormat, setHyperlink, setMethod, setMethods, setName, setReplace, setType |
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExcelExportEntity
public ExcelExportEntity()
ExcelExportEntity
public ExcelExportEntity(String name)
ExcelExportEntity
public ExcelExportEntity(String name,
Object key)
ExcelExportEntity
public ExcelExportEntity(String name,
Object key,
int width)
getExportImageType
public int getExportImageType()
getHeight
public double getHeight()
getKey
public Object getKey()
getList
public List<ExcelExportEntity> getList()
getMergeRely
public int[] getMergeRely()
getOrderNum
public int getOrderNum()
getWidth
public double getWidth()
isMergeVertical
public boolean isMergeVertical()
isNeedMerge
public boolean isNeedMerge()
isWrap
public boolean isWrap()
setExportImageType
public void setExportImageType(int exportImageType)
setHeight
public void setHeight(double height)
setKey
public void setKey(Object key)
setList
public void setList(List<ExcelExportEntity> list)
setMergeRely
public void setMergeRely(int[] mergeRely)
setMergeVertical
public void setMergeVertical(boolean mergeVertical)
setNeedMerge
public void setNeedMerge(boolean needMerge)
setOrderNum
public void setOrderNum(int orderNum)
setWidth
public void setWidth(double width)
setWrap
public void setWrap(boolean isWrap)
getSuffix
public String getSuffix()
setSuffix
public void setSuffix(String suffix)
isStatistics
public boolean isStatistics()
setStatistics
public void setStatistics(boolean isStatistics)
compareTo
public int compareTo(ExcelExportEntity prev)
- 指定者:
- 接口
Comparable<ExcelExportEntity> 中的 compareTo
Copyright © 2015. All Rights Reserved.