|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IContentEmitter
used to pass the content object to following process.
Method Detail |
---|
java.lang.String getOutputFormat()
void initialize(IEmitterServices service)
void start(IReportContent report)
void end(IReportContent report)
void startPage(IPageContent page)
page
- void endPage(IPageContent page)
page
- void startTable(ITableContent table)
table
- void endTable(ITableContent table)
void startTableBand(ITableBandContent band)
void endTableBand(ITableBandContent band)
void startRow(IRowContent row)
void endRow(IRowContent row)
void startCell(ICellContent cell)
void endCell(ICellContent cell)
void startList(IListContent list)
void endList(IListContent list)
void startListBand(IListBandContent listBand)
void endListBand(IListBandContent listBand)
void startContainer(IContainerContent container)
void endContainer(IContainerContent container)
void startText(ITextContent text)
void startData(IDataContent data)
void startLabel(ILabelContent label)
void startAutoText(IAutoTextContent autoText)
void startForeign(IForeignContent foreign)
void startImage(IImageContent image)
void startContent(IContent content)
void endContent(IContent content)
void startGroup(IGroupContent group)
void endGroup(IGroupContent group)
void startTableGroup(ITableGroupContent group)
void endTableGroup(ITableGroupContent group)
void startListGroup(IListGroupContent group)
void endListGroup(IListGroupContent group)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |