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 继承的字段
name
 
构造方法摘要
ExcelExportEntity()
           
ExcelExportEntity(String name)
           
ExcelExportEntity(String name, Object key)
           
ExcelExportEntity(String name, Object key, int width)
           
 
方法摘要
 int compareTo(ExcelExportEntity prev)
           
 int getExportImageType()
           
 double getHeight()
           
 Object getKey()
           
 List<ExcelExportEntity> getList()
           
 int[] getMergeRely()
           
 int getOrderNum()
           
 String getSuffix()
           
 double getWidth()
           
 boolean isMergeVertical()
           
 boolean isNeedMerge()
           
 boolean isStatistics()
           
 boolean isWrap()
           
 void setExportImageType(int exportImageType)
           
 void setHeight(double height)
           
 void setKey(Object key)
           
 void setList(List<ExcelExportEntity> list)
           
 void setMergeRely(int[] mergeRely)
           
 void setMergeVertical(boolean mergeVertical)
           
 void setNeedMerge(boolean needMerge)
           
 void setOrderNum(int orderNum)
           
 void setStatistics(boolean isStatistics)
           
 void setSuffix(String suffix)
           
 void setWidth(double width)
           
 void setWrap(boolean isWrap)
           
 
从类 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.