org.eclipse.birt.report.engine.content
Interface ICellContent

All Superinterfaces:
org.eclipse.birt.report.engine.css.engine.CSSStylableElement, IContainerContent, IContent, IElement

public interface ICellContent
extends IContainerContent

Provides the interfaces for Cell Content

Version:
$Revision: 1.9 $ $Date: 2006/06/13 15:37:17 $

Field Summary
 
Fields inherited from interface org.eclipse.birt.report.engine.content.IContent
AUTOTEXT_CONTENT, CELL_CONTENT, CONTAINER_CONTENT, DATA_CONTENT, DOCUMENT_EXTENSION, FOREIGN_CONTENT, GROUP_CONTENT, IMAGE_CONTENT, LABEL_CONTENT, LAYOUT_EXTENSION, LIST_BAND_CONTENT, LIST_CONTENT, LIST_GROUP_CONTENT, PAGE_CONTENT, ROW_CONTENT, SERIALIZE_CONTENT, TABLE_BAND_CONTENT, TABLE_CONTENT, TABLE_GROUP_CONTENT, TEXT_CONTENT
 
Method Summary
 int getColSpan()
           
 int getColumn()
           
 IColumn getColumnInstance()
           
 int getRow()
           
 int getRowSpan()
           
 boolean isStartOfGroup()
           
 void setColSpan(int colSpan)
           
 void setColumn(int column)
           
 void setRowSpan(int rowSpan)
           
 void setStartOfGroup(boolean isStartOfGroup)
           
 
Methods inherited from interface org.eclipse.birt.report.engine.content.IContent
accept, getBookmark, getContentType, getExtension, getGenerateBy, getHeight, getHelpText, getHyperlinkAction, getInlineStyle, getInstanceID, getName, getReportContent, getStyleClass, getTOC, getWidth, getX, getY, readContent, setBookmark, setExtension, 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

getColSpan

public int getColSpan()
Returns:
the column span

getRowSpan

public int getRowSpan()
Returns:
Returns the rowSpan.

getColumn

public int getColumn()
Returns:
the column number

getColumnInstance

public IColumn getColumnInstance()
Returns:
the column content.

getRow

public int getRow()
Returns:

setColumn

public void setColumn(int column)

setRowSpan

public void setRowSpan(int rowSpan)

setColSpan

public void setColSpan(int colSpan)

isStartOfGroup

public boolean isStartOfGroup()

setStartOfGroup

public void setStartOfGroup(boolean isStartOfGroup)


Copyright © 2005 Actuate Corp. All rights reserved.