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

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

public interface ITableBandContent
extends IContent

Provides the interfaces for the Table Band Content

Version:
$Revision: 1.4 $ $Date: 2005/11/11 06:26:46 $

Field Summary
static int BAND_BODY
           
static int BAND_FOOTER
           
static int BAND_HEADER
           
 
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 getType()
          get type
 
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
 

Field Detail

BAND_HEADER

public static final int BAND_HEADER
See Also:
Constant Field Values

BAND_BODY

public static final int BAND_BODY
See Also:
Constant Field Values

BAND_FOOTER

public static final int BAND_FOOTER
See Also:
Constant Field Values
Method Detail

getType

public int getType()
get type

Returns:
the type


Copyright © 2005 Actuate Corp. All rights reserved.