public class ReserveUtil extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ReserveUtil.ReservedCell |
static class |
ReserveUtil.ReservedCellContent |
static class |
ReserveUtil.ReservedColumn |
static class |
ReserveUtil.ReservedResult |
static class |
ReserveUtil.ReservedRow |
Modifier and Type | Field and Description |
---|---|
static int |
RESERVE_ALL |
static int |
RESERVE_CONTENT |
static int |
RESERVE_MERGE |
static int |
RESERVE_STYLE |
Constructor and Description |
---|
ReserveUtil() |
Modifier and Type | Method and 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.
|
public static final int RESERVE_CONTENT
public static final int RESERVE_STYLE
public static final int RESERVE_MERGE
public static final int RESERVE_ALL
public static ReserveUtil.ReservedResult reserve(SSheet sheet, int row, int column, int lastRow, int lastColumn, int reserveType)
public static CellRegion[] reserveMergeInfo(SSheet sheet, int row, int column, int lastRow, int lastColumn)
Copyright © 2020. All rights reserved.