Uses of Interface
org.eclipse.birt.report.engine.content.ITableContent
Packages that use ITableContent
Package
Description
Defines interfaces of BIRT report items for Engine to pass from
executors to emitters.
Defines the interfaces of report emitters, and also provides serval general
classes for emitters to output XML document, process hyperline, etc.
-
Uses of ITableContent in org.eclipse.birt.report.engine.content
Methods in org.eclipse.birt.report.engine.content that return ITableContentModifier and TypeMethodDescriptionIReportContent.createTableContent()
create an table content.IRowContent.getTable()
Get the tableMethods in org.eclipse.birt.report.engine.content with parameters of type ITableContentModifier and TypeMethodDescriptionIContentVisitor.visitTable
(ITableContent table, Object value) visit table content object -
Uses of ITableContent in org.eclipse.birt.report.engine.emitter
Methods in org.eclipse.birt.report.engine.emitter with parameters of type ITableContentModifier and TypeMethodDescriptionvoid
IContentEmitter.endTable
(ITableContent table) Table endvoid
IContentEmitter.startTable
(ITableContent table) Table started