Package io.keikai.ui.impl.undo
Class ReserveUtil
java.lang.Object
io.keikai.ui.impl.undo.ReserveUtil
- Author:
- dennis
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ReserveUtil.ReservedResultstatic CellRegion[]reserveMergeInfo(SSheet sheet, int row, int column, int lastRow, int lastColumn) reserve the merge information that in the given range.
-
Field Details
-
RESERVE_CONTENT
public static final int RESERVE_CONTENT- See Also:
-
RESERVE_STYLE
public static final int RESERVE_STYLE- See Also:
-
RESERVE_MERGE
public static final int RESERVE_MERGE- See Also:
-
RESERVE_ALL
public static final int RESERVE_ALL- See Also:
-
-
Constructor Details
-
ReserveUtil
public ReserveUtil()
-
-
Method Details
-
reserve
public static ReserveUtil.ReservedResult reserve(SSheet sheet, int row, int column, int lastRow, int lastColumn, int reserveType) -
reserveMergeInfo
public static CellRegion[] reserveMergeInfo(SSheet sheet, int row, int column, int lastRow, int lastColumn) reserve the merge information that in the given range.
-