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