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, getRows
public static SupportAddCellCaseContainer pack(CellCase cellCase)
public void add(Cell ce, boolean override)
CellCase
add
在接口中 CellCase
add
在类中 DefaultCellCase
public java.util.Iterator cellIterator()
cellIterator
在接口中 CellCase
cellIterator
在类中 DefaultCellCase
public Cell get(int col, int row)
CellCase
get
在接口中 CellCase
get
在类中 DefaultCellCase
public java.util.Iterator getColumn(int columnIndex)
getColumn
在接口中 CellCase
getColumn
在类中 DefaultCellCase
public int getColumnCount()
CellCase
getColumnCount
在接口中 CellCase
getColumnCount
在类中 DefaultCellCase
public java.util.Iterator getRow(int rowIndex)
getRow
在接口中 CellCase
getRow
在类中 DefaultCellCase
public int getRowCount()
CellCase
getRowCount
在接口中 CellCase
getRowCount
在类中 DefaultCellCase
public java.util.Iterator intersect(int column, int row, int width, int height)
intersect
在接口中 CellCase
intersect
在类中 DefaultCellCase
public void recalculate()
CellCase
recalculate
在接口中 CellCase
recalculate
在类中 DefaultCellCase
public void releaseCache()
releaseCache
在接口中 CellCase
releaseCache
在类中 DefaultCellCase
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
在接口中 FCloneable
clone
在类中 DefaultCellCase
java.lang.CloneNotSupportedException
- 如果克隆失败则抛出此异常public void clear()
DefaultCellCase
clear
在接口中 CellCase
clear
在类中 DefaultCellCase
public void insertColumn(int columnIndex)
CellCase
insertColumn
在接口中 CellCase
insertColumn
在类中 DefaultCellCase
public void insertRow(int rowIndex)
CellCase
insertRow
在接口中 CellCase
insertRow
在类中 DefaultCellCase
public Cell removeCell(int column, int row)
CellCase
removeCell
在接口中 CellCase
removeCell
在类中 DefaultCellCase
public int removeColumn(int columnIndex)
CellCase
removeColumn
在接口中 CellCase
removeColumn
在类中 DefaultCellCase
public int removeRow(int rowIndex)
CellCase
removeRow
在接口中 CellCase
removeRow
在类中 DefaultCellCase
public void toCache(int maxCount, int activePoolCount, boolean cacheFirst)
toCache
在接口中 CellCase
toCache
在类中 DefaultCellCase