public interface AnalyElementCase extends ResultElementCase
FIT, KEY, PAPER_HEIGHT, PAPER_WHDTH, TOOLBAR_HEIGHT, WEB_PAGE, XML_TAG
限定符和类型 | 方法和说明 |
---|---|
void |
addCellElement(AnalyCellElement cell)
Adds the cell element to current report.
|
void |
addCellElement(AnalyCellElement cell,
boolean override)
Adds the specified Cell.
|
AnalyCellElement |
getAnalyCellElement(int column,
int row)
Gets the Cell at the specified position(column, row).
|
AnalyCellElement |
removeAnalyCellElement(int column,
int row)
Removes the Cell at the specified (column, row) and gets the removed Cell.
|
boolean |
removeCellElement(AnalyCellElement cell)
Removes Cell.
|
getColumnMappingArray, getResultCellElement, getRowMappingArray
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(AnalyCellElement cell)
void addCellElement(AnalyCellElement cell, boolean override)
The Cell located in position (column, row) corresponding to report.
boolean removeCellElement(AnalyCellElement cell)
cell
- the Cell will be removed.true
if the argument was a cell in this
container; false
otherwiseAnalyCellElement getAnalyCellElement(int column, int row)
column
- the column.row
- the row.AnalyCellElement removeAnalyCellElement(int column, int row)