Package org.jxls.common.cellshift
Class InnerCellShiftStrategy
java.lang.Object
org.jxls.common.cellshift.InnerCellShiftStrategy
- All Implemented Interfaces:
CellShiftStrategy
Shifts only cells directly impacted by the cells being shifted
E.g. if a cell in column X is being shifted down it shifts all the other cells
located below the shifted cell in the column X
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanrequiresColShifting(CellRef cell, int startRow, int endRow, int startColShift) booleanrequiresRowShifting(CellRef cell, int startCol, int endCol, int startRowShift)
-
Constructor Details
-
InnerCellShiftStrategy
public InnerCellShiftStrategy()
-
-
Method Details
-
requiresColShifting
- Specified by:
requiresColShiftingin interfaceCellShiftStrategy
-
requiresRowShifting
- Specified by:
requiresRowShiftingin interfaceCellShiftStrategy
-