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