|
|||||||||||
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 startTableHeader(ITableBandContent band)
public void endTableHeader(ITableBandContent band)
public void startTableBody(ITableBandContent band)
public void endTableBody(ITableBandContent band)
public void startTableFooter(ITableBandContent band)
public void endTableFooter(ITableBandContent band)
public void startRow(IRowContent row)
public void endRow(IRowContent row)
public void startCell(ICellContent cell)
public void endCell(ICellContent cell)
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 startForeign(IForeignContent foreign)
public void startImage(IImageContent image)
public void startContent(IContent content)
public void endContent(IContent content)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |