public interface ICellInstance extends IReportElementInstance
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getColSpan()
Get the column span
|
int |
getColumn()
Get the column number
|
int |
getRowSpan() |
void |
setColSpan(int colSpan)
Set the column span
|
void |
setRowSpan(int rowSpan)
Set the rowspan
|
getHeight, getHorizontalPosition, getNamedExpressionValue, getParent, getRowData, getStyle, getUserPropertyValue, getVerticalPosition, getWidth, setHeight, setHorizontalPosition, setUserPropertyValue, setVerticalPosition, setWidthint getColSpan()
void setColSpan(int colSpan)
colSpan, - the column spanint getRowSpan()
void setRowSpan(int rowSpan)
rowSpan, - the row spanint getColumn()
Copyright © 2008 Actuate Corp. All rights reserved.