public interface WriteElementCase extends ElementCase
FIT, KEY, PAPER_HEIGHT, PAPER_WHDTH, TOOLBAR_HEIGHT, WEB_PAGE, XML_TAG
限定符和类型 | 方法和说明 |
---|---|
void |
addCellElement(WriteCellElement cell)
Adds the cell element to current report.
|
void |
addCellElement(WriteCellElement cell,
boolean override)
Adds the specified Cell.
|
WriteCellElement |
getWriteCellElement(int column,
int row)
Gets the Cell at the specified position(column, row).
|
boolean |
removeCellElement(WriteCellElement cell)
Removes Cell.
|
WriteCellElement |
removeWriteCellElement(int column,
int row)
Removes the Cell at the specified (column, row) and gets the removed Cell.
|
addColumnPrivilegeControl, addRowPrivilegeControl, getColumnPrivilegeControl, getColumnWidthList_DEC, getRowHeightList_DEC, getRowPrivilegeControl, prepare2ShrinkRealWidthOrHeight4Cell, removeColumnPrivilegeControl, removeRowPrivilegeControl, setColumnWidth, setReportPageAttr, setRowHeight, shrinkTOFitColumnWidthForCellElement, shrinkToFitPaper, shrinkTOFitRowHeightForCellElement
getCellElement, getCellValue, getColumn, insertColumn, insertRow, intersect, merge, removeAllCellElements, removeCellElement, removeColumn, removeRow, setCellValue
addFloatElement, bringFloatElementForward, bringFloatElementToFront, getFloatElement, removeAllFloatElements, removeFloatElement, removeFloatElement, sendFloatElementBackward, sendFloatElementToBack
getReportPageAttr
cellIterator, getColumnCount, getColumnWidth, getRow, getRowCount, getRowHeight
floatIterator
readXML
clone
void addCellElement(WriteCellElement cell)
void addCellElement(WriteCellElement cell, boolean override)
The Cell located in position (column, row) corresponding to report.
boolean removeCellElement(WriteCellElement cell)
cell
- the Cell will be removed.true
if the argument was a cell in this
container; false
otherwiseWriteCellElement getWriteCellElement(int column, int row)
column
- the column.row
- the row.WriteCellElement removeWriteCellElement(int column, int row)