Interface IBandContent

  • All Superinterfaces:
    org.eclipse.birt.report.engine.css.engine.CSSStylableElement, IContainerContent, IContent, IElement, IStyledElement
    All Known Subinterfaces:
    IListBandContent, ITableBandContent

    public interface IBandContent
    extends IContainerContent
    Provides the interface for the Band Content. All types of bands for table, group, list, such as table-header/detail/footer, group-header/detail/footer, list-header/detail/footer, are implemented as instances of this class.

    The following types for the band content are predefined:

  • BAND_HEADER
  • BAND_FOOTER
  • GROUP_HEADER
  • GROUP_FOOTER
  • BAND_DETAIL
Returns:
type of the band content.