类 MergeCommand
- java.lang.Object
-
- org.jxls.command.AbstractCommand
-
- net.risesoft.dataio.MergeCommand
-
- 所有已实现的接口:
org.jxls.command.Command
public class MergeCommand extends org.jxls.command.AbstractCommand- 作者:
- mengjuhua
-
-
构造器概要
构造器 构造器 说明 MergeCommand()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 org.jxls.command.CommandaddArea(org.jxls.area.Area area)org.jxls.common.SizeapplyAt(org.jxls.common.CellRef cellRef, org.jxls.common.Context context)org.jxls.area.AreagetArea()org.apache.poi.ss.usermodel.CellStylegetCellStyle()StringgetCols()StringgetName()StringgetRows()protected org.jxls.common.SizejexcelMerge(org.jxls.common.CellRef cellRef, org.jxls.common.Context context, org.jxls.transform.jexcel.JexcelTransformer transformer, int rows, int cols)protected org.jxls.common.SizepoiMerge(org.jxls.common.CellRef cellRef, org.jxls.common.Context context, org.jxls.transform.poi.PoiTransformer transformer, int rows, int cols)voidsetArea(org.jxls.area.Area area)voidsetCellStyle(org.apache.poi.ss.usermodel.CellStyle cellStyle)voidsetCols(String cols)voidsetRows(String rows)
-
-
-
方法详细资料
-
addArea
public org.jxls.command.Command addArea(org.jxls.area.Area area)
- 指定者:
addArea在接口中org.jxls.command.Command- 覆盖:
addArea在类中org.jxls.command.AbstractCommand
-
getArea
public org.jxls.area.Area getArea()
-
setArea
public void setArea(org.jxls.area.Area area)
-
getCellStyle
public org.apache.poi.ss.usermodel.CellStyle getCellStyle()
-
setCellStyle
public void setCellStyle(org.apache.poi.ss.usermodel.CellStyle cellStyle)
-
getCols
public String getCols()
-
setCols
public void setCols(String cols)
-
getName
public String getName()
-
applyAt
public org.jxls.common.Size applyAt(org.jxls.common.CellRef cellRef, org.jxls.common.Context context)
-
getRows
public String getRows()
-
setRows
public void setRows(String rows)
-
jexcelMerge
protected org.jxls.common.Size jexcelMerge(org.jxls.common.CellRef cellRef, org.jxls.common.Context context, org.jxls.transform.jexcel.JexcelTransformer transformer, int rows, int cols)
-
poiMerge
protected org.jxls.common.Size poiMerge(org.jxls.common.CellRef cellRef, org.jxls.common.Context context, org.jxls.transform.poi.PoiTransformer transformer, int rows, int cols)
-
-