|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides the interfaces for Cell Content
Field Summary |
Fields inherited from interface org.eclipse.birt.report.engine.content.IContent |
CELL_CONTENT, CONTAINER_CONTENT, DATA_CONTENT, FOREIGN_CONTENT, IMAGE_CONTENT, LABEL_CONTENT, PAGE_CONTENT, ROW_CONTENT, SERIALIZE_CONTENT, TABLE_BAND_CONTENT, TABLE_CONTENT, TEXT_CONTENT |
Method Summary | |
int |
getColSpan()
|
int |
getColumn()
|
int |
getRow()
|
int |
getRowSpan()
|
void |
setColSpan(int colSpan)
|
void |
setColumn(int column)
|
void |
setRowSpan(int rowSpan)
|
Methods inherited from interface org.eclipse.birt.report.engine.content.IContent |
accept, getBookmark, getBounds, getContentType, getGenerateBy, getHeight, getHelpText, getHyperlinkAction, getInlineStyle, getInstanceID, getName, getReportContent, getStyleClass, getTOC, getWidth, getX, getY, readContent, setBookmark, setBounds, setGenerateBy, setHeight, setHelpText, setHyperlinkAction, setInlineStyle, setInstanceID, setName, setReportContent, setStyleClass, setTOC, setWidth, setX, setY, writeContent |
Methods inherited from interface org.eclipse.birt.report.engine.content.IElement |
getChildren, getParent, setParent |
Methods inherited from interface org.eclipse.birt.report.engine.css.engine.CSSStylableElement |
getComputedStyle, getCSSEngine, getStyle |
Method Detail |
public int getColSpan()
public int getRowSpan()
public int getColumn()
public int getRow()
public void setColumn(int column)
public void setRowSpan(int rowSpan)
public void setColSpan(int colSpan)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |