Package io.keikai.ui.impl.undo
Class ReserveUtil
- java.lang.Object
-
- io.keikai.ui.impl.undo.ReserveUtil
-
public class ReserveUtil extends Object
- Author:
- dennis
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ReserveUtil.ReservedCell
static class
ReserveUtil.ReservedCellContent
static class
ReserveUtil.ReservedColumn
static class
ReserveUtil.ReservedResult
static class
ReserveUtil.ReservedRow
-
Field Summary
Fields Modifier and Type Field Description static int
RESERVE_ALL
static int
RESERVE_CONTENT
static int
RESERVE_MERGE
static int
RESERVE_STYLE
-
Constructor Summary
Constructors Constructor Description ReserveUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ReserveUtil.ReservedResult
reserve(SSheet sheet, int row, int column, int lastRow, int lastColumn, int reserveType)
static CellRegion[]
reserveMergeInfo(SSheet sheet, int row, int column, int lastRow, int lastColumn)
reserve the merge information that in the given range.
-
-
-
Field Detail
-
RESERVE_CONTENT
public static final int RESERVE_CONTENT
- See Also:
- Constant Field Values
-
RESERVE_STYLE
public static final int RESERVE_STYLE
- See Also:
- Constant Field Values
-
RESERVE_MERGE
public static final int RESERVE_MERGE
- See Also:
- Constant Field Values
-
RESERVE_ALL
public static final int RESERVE_ALL
- See Also:
- Constant Field Values
-
-
Method Detail
-
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.
-
-