public class DefaultPageCellElement extends AbstractPageCellElement
限定符和类型 | 字段和说明 |
---|---|
protected int |
column |
protected int |
columnSpan |
protected int |
row |
protected int |
rowSpan |
optionalAttributes, style, value
构造器和说明 |
---|
DefaultPageCellElement()
Constructor.
|
DefaultPageCellElement(CellElement cell)
Constructor
|
DefaultPageCellElement(int column,
int row,
int columnSpan,
int rowSpan,
java.lang.Object value)
Constructor.
|
DefaultPageCellElement(int column,
int row,
java.lang.Object value)
Constructor.
|
限定符和类型 | 方法和说明 |
---|---|
int |
getColumn() |
int |
getColumnSpan() |
int |
getRow() |
int |
getRowSpan() |
void |
setColumn(int col) |
void |
setColumnSpan(int colSpan) |
void |
setRow(int row) |
void |
setRowSpan(int rowSpan) |
dealWithSaveValue4Compatible, getCellGUIAttrAttr, getNameHyperLinkGroupAttr, getPageAttr, isView, isWriter
changeAuthorityState, changeNewValueAuthorityState, cleanAuthority, clone, clone, deriveCellElement, deriveCellElement, doExcelImportWithLeftSon, doExcelImportWithUpSon, ensureAttrNotShared, equals, getCellExpandAttr, getCellGUIAttr, getCellPageAttr, getCellPrivilegeControl, getCellWidgetAttr, getNameHyperlinkGroup, getOptionalAttributes, getShowValue, getStyle, getValue, isDoneAuthority, isDoneNewValueAuthority, isExist, isReadyToDelete, lightClone, putAttr, readXML, removeAttr, setCellGUIAttr, setCellPageAttr, setCellPrivilegeControl, setCompatibleWidget, setNameHyperlinkGroup, setOptionalAttributes, setStyle, setValue, writeCommonResultAttrXML, writeXML
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clone, clone, deriveCellElement, deriveCellElement, doExcelImportWithLeftSon, doExcelImportWithUpSon, getCellPrivilegeControl, getShowValue, isExist, isReadyToDelete, writeCommonResultAttrXML
changeAuthorityState, changeNewValueAuthorityState, cleanAuthority, getNameHyperlinkGroup, getValue, isDoneAuthority, isDoneNewValueAuthority, setNameHyperlinkGroup, setValue
getStyle, setStyle
getCellExpandAttr, getCellGUIAttr, getCellPageAttr, setCellGUIAttr, setCellPageAttr
readXML
protected int column
protected int row
protected int columnSpan
protected int rowSpan
public DefaultPageCellElement()
public DefaultPageCellElement(CellElement cell)
public DefaultPageCellElement(int column, int row, java.lang.Object value)
column
- the new column number.row
- the new row number.value
- the new value of the cell element.public DefaultPageCellElement(int column, int row, int columnSpan, int rowSpan, java.lang.Object value)
column
- the new column number.row
- the new row number.columnSpan
- the number of columns that this cell spans., if the value is
greater than 1, the cell is a merged cell.rowSpan
- the number of rows that this cell spans., if the value is
greater than 1, the cell is a merged cell.value
- the new value of the cell element.public int getColumn()
public void setColumn(int col)
public int getColumnSpan()
public void setColumnSpan(int colSpan)
public int getRow()
public void setRow(int row)
public int getRowSpan()
public void setRowSpan(int rowSpan)