public class SupportAddCellCaseContainer extends DefaultCellCase
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(Cell ce,
boolean override)
add Cell to CellCase
|
java.util.Iterator |
cellIterator() |
void |
clear()
Removes all Cells.
|
java.lang.Object |
clone() |
Cell |
get(int col,
int row)
get Cell from position (column, row)
|
java.util.Iterator |
getColumn(int columnIndex) |
int |
getColumnCount()
get column count
|
java.util.Iterator |
getRow(int rowIndex) |
int |
getRowCount()
get row count
|
void |
insertColumn(int columnIndex)
insert column
|
void |
insertRow(int rowIndex)
insert row to rowIndex
|
java.util.Iterator |
intersect(int column,
int row,
int width,
int height) |
static SupportAddCellCaseContainer |
pack(CellCase cellCase) |
void |
recalculate()
遍历每一行,重新计算WorkSheet.columnCount, rowCount
|
void |
releaseCache() |
Cell |
removeCell(int column,
int row)
remove Cell from position (column, row)
|
int |
removeColumn(int columnIndex)
remove column
|
int |
removeRow(int rowIndex)
remove row
|
void |
toCache(int maxCount,
int activePoolCount,
boolean cacheFirst) |
__liftCellElement, __nailCellElement, equals, getColumns, getIndexColumn, getIndexRow, getRowspublic static SupportAddCellCaseContainer pack(CellCase cellCase)
public void add(Cell ce, boolean override)
CellCaseadd 在接口中 CellCaseadd 在类中 DefaultCellCasepublic java.util.Iterator cellIterator()
cellIterator 在接口中 CellCasecellIterator 在类中 DefaultCellCasepublic Cell get(int col, int row)
CellCaseget 在接口中 CellCaseget 在类中 DefaultCellCasepublic java.util.Iterator getColumn(int columnIndex)
getColumn 在接口中 CellCasegetColumn 在类中 DefaultCellCasepublic int getColumnCount()
CellCasegetColumnCount 在接口中 CellCasegetColumnCount 在类中 DefaultCellCasepublic java.util.Iterator getRow(int rowIndex)
getRow 在接口中 CellCasegetRow 在类中 DefaultCellCasepublic int getRowCount()
CellCasegetRowCount 在接口中 CellCasegetRowCount 在类中 DefaultCellCasepublic java.util.Iterator intersect(int column,
int row,
int width,
int height)
intersect 在接口中 CellCaseintersect 在类中 DefaultCellCasepublic void recalculate()
CellCaserecalculate 在接口中 CellCaserecalculate 在类中 DefaultCellCasepublic void releaseCache()
releaseCache 在接口中 CellCasereleaseCache 在类中 DefaultCellCasepublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone 在接口中 FCloneableclone 在类中 DefaultCellCasejava.lang.CloneNotSupportedException - 如果克隆失败则抛出此异常public void clear()
DefaultCellCaseclear 在接口中 CellCaseclear 在类中 DefaultCellCasepublic void insertColumn(int columnIndex)
CellCaseinsertColumn 在接口中 CellCaseinsertColumn 在类中 DefaultCellCasepublic void insertRow(int rowIndex)
CellCaseinsertRow 在接口中 CellCaseinsertRow 在类中 DefaultCellCasepublic Cell removeCell(int column, int row)
CellCaseremoveCell 在接口中 CellCaseremoveCell 在类中 DefaultCellCasepublic int removeColumn(int columnIndex)
CellCaseremoveColumn 在接口中 CellCaseremoveColumn 在类中 DefaultCellCasepublic int removeRow(int rowIndex)
CellCaseremoveRow 在接口中 CellCaseremoveRow 在类中 DefaultCellCasepublic void toCache(int maxCount,
int activePoolCount,
boolean cacheFirst)
toCache 在接口中 CellCasetoCache 在类中 DefaultCellCase