public class JxlsListern
extends java.lang.Object
implements com.kdayun.jxls.common.AreaListener
| 限定符和类型 | 字段和说明 |
|---|---|
(专用程序包) com.kdayun.jxls.transform.poi.PoiTransformer |
transformer |
| 构造器和说明 |
|---|
JxlsListern() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterApplyAtCell(com.kdayun.jxls.common.CellRef cellRef,
com.kdayun.jxls.common.Context context) |
void |
afterTransformCell(com.kdayun.jxls.common.CellRef srcCell,
com.kdayun.jxls.common.CellRef targetCell,
com.kdayun.jxls.common.Context context) |
void |
beforeApplyAtCell(com.kdayun.jxls.common.CellRef cellRef,
com.kdayun.jxls.common.Context context) |
void |
beforeTransformCell(com.kdayun.jxls.common.CellRef srcCell,
com.kdayun.jxls.common.CellRef targetCell,
com.kdayun.jxls.common.Context context) |
com.kdayun.jxls.area.Area |
getArea() |
void |
setArea(com.kdayun.jxls.area.Area area) |
public void beforeApplyAtCell(com.kdayun.jxls.common.CellRef cellRef,
com.kdayun.jxls.common.Context context)
beforeApplyAtCell 在接口中 com.kdayun.jxls.common.AreaListenerpublic void afterApplyAtCell(com.kdayun.jxls.common.CellRef cellRef,
com.kdayun.jxls.common.Context context)
afterApplyAtCell 在接口中 com.kdayun.jxls.common.AreaListenerpublic void beforeTransformCell(com.kdayun.jxls.common.CellRef srcCell,
com.kdayun.jxls.common.CellRef targetCell,
com.kdayun.jxls.common.Context context)
beforeTransformCell 在接口中 com.kdayun.jxls.common.AreaListenerpublic void afterTransformCell(com.kdayun.jxls.common.CellRef srcCell,
com.kdayun.jxls.common.CellRef targetCell,
com.kdayun.jxls.common.Context context)
afterTransformCell 在接口中 com.kdayun.jxls.common.AreaListenerpublic com.kdayun.jxls.area.Area getArea()
public void setArea(com.kdayun.jxls.area.Area area)
setArea 在接口中 com.kdayun.jxls.common.AreaListener