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

All Superinterfaces:
IContainerContent, IContent, IElement
All Known Subinterfaces:
IListBandContent, ITableBandContent

public interface IBandContent
extends IContainerContent


Field Summary
static int BAND_DETAIL
           
static int BAND_FOOTER
           
static int BAND_GROUP_FOOTER
           
static int BAND_GROUP_HEADER
           
static int BAND_HEADER
           
 
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 getBandType()
           
 java.lang.String getGroupID()
           
 void setBandType(int bandType)
           
 
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
 

Field Detail

BAND_HEADER

public static final int BAND_HEADER

BAND_FOOTER

public static final int BAND_FOOTER

BAND_GROUP_HEADER

public static final int BAND_GROUP_HEADER

BAND_GROUP_FOOTER

public static final int BAND_GROUP_FOOTER

BAND_DETAIL

public static final int BAND_DETAIL
Method Detail

getBandType

public int getBandType()

setBandType

public void setBandType(int bandType)

getGroupID

public java.lang.String getGroupID()


Copyright © 2005 Actuate Corp. All rights reserved.