类 MergeCommand

  • 所有已实现的接口:
    org.jxls.command.Command

    public class MergeCommand
    extends org.jxls.command.AbstractCommand
    作者:
    mengjuhua
    • 字段概要

      • 从接口继承的字段 org.jxls.command.Command

        ADJACENT_SHIFT_MODE, INNER_SHIFT_MODE
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      org.jxls.command.Command addArea​(org.jxls.area.Area area)  
      org.jxls.common.Size applyAt​(org.jxls.common.CellRef cellRef, org.jxls.common.Context context)  
      org.jxls.area.Area getArea()  
      org.apache.poi.ss.usermodel.CellStyle getCellStyle()  
      String getCols()  
      String getName()  
      String getRows()  
      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)  
      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)  
      void setArea​(org.jxls.area.Area area)  
      void setCellStyle​(org.apache.poi.ss.usermodel.CellStyle cellStyle)  
      void setCols​(String cols)  
      void setRows​(String rows)  
      • 从类继承的方法 org.jxls.command.AbstractCommand

        getAreaList, getLockRange, getShiftMode, getTransformationConfig, getTransformer, reset, setLockRange, setLockRange, setShiftMode
    • 构造器详细资料

      • MergeCommand

        public MergeCommand()
    • 方法详细资料

      • 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)