Interface IContentEmitter
public interface IContentEmitter
used to pass the content object to following process.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
end
(IReportContent report) void
endCell
(ICellContent cell) void
endContainer
(IContainerContent container) void
endContent
(IContent content) void
endGroup
(IGroupContent group) void
endList
(IListContent list) void
endListBand
(IListBandContent listBand) void
endListGroup
(IListGroupContent group) void
endPage
(IPageContent page) page endvoid
endRow
(IRowContent row) void
endTable
(ITableContent table) table endvoid
void
endTableGroup
(ITableGroupContent group) void
initialize
(IEmitterServices service) void
start
(IReportContent report) void
startAutoText
(IAutoTextContent autoText) void
startCell
(ICellContent cell) void
startContainer
(IContainerContent container) void
startContent
(IContent content) void
startData
(IDataContent data) void
startForeign
(IForeignContent foreign) void
startGroup
(IGroupContent group) void
startImage
(IImageContent image) void
startLabel
(ILabelContent label) void
startList
(IListContent list) void
startListBand
(IListBandContent listBand) void
startListGroup
(IListGroupContent group) void
startPage
(IPageContent page) start a pagevoid
startRow
(IRowContent row) void
startTable
(ITableContent table) table startedvoid
void
void
startText
(ITextContent text)
-
Method Details
-
getOutputFormat
String getOutputFormat() -
initialize
- Throws:
org.eclipse.birt.core.exception.BirtException
-
start
- Throws:
org.eclipse.birt.core.exception.BirtException
-
end
- Throws:
org.eclipse.birt.core.exception.BirtException
-
startPage
start a page- Parameters:
page
-- Throws:
org.eclipse.birt.core.exception.BirtException
-
endPage
page end- Parameters:
page
-- Throws:
org.eclipse.birt.core.exception.BirtException
-
startTable
table started- Parameters:
table
-- Throws:
org.eclipse.birt.core.exception.BirtException
-
endTable
table end- Throws:
org.eclipse.birt.core.exception.BirtException
-
startTableBand
- Throws:
org.eclipse.birt.core.exception.BirtException
-
endTableBand
- Throws:
org.eclipse.birt.core.exception.BirtException
-
startRow
- Throws:
org.eclipse.birt.core.exception.BirtException
-
endRow
- Throws:
org.eclipse.birt.core.exception.BirtException
-
startCell
- Throws:
org.eclipse.birt.core.exception.BirtException
-
endCell
- Throws:
org.eclipse.birt.core.exception.BirtException
-
startList
- Throws:
org.eclipse.birt.core.exception.BirtException
-
endList
- Throws:
org.eclipse.birt.core.exception.BirtException
-
startListBand
- Throws:
org.eclipse.birt.core.exception.BirtException
-
endListBand
- Throws:
org.eclipse.birt.core.exception.BirtException
-
startContainer
void startContainer(IContainerContent container) throws org.eclipse.birt.core.exception.BirtException - Throws:
org.eclipse.birt.core.exception.BirtException
-
endContainer
- Throws:
org.eclipse.birt.core.exception.BirtException
-
startText
- Throws:
org.eclipse.birt.core.exception.BirtException
-
startData
- Throws:
org.eclipse.birt.core.exception.BirtException
-
startLabel
- Throws:
org.eclipse.birt.core.exception.BirtException
-
startAutoText
- Throws:
org.eclipse.birt.core.exception.BirtException
-
startForeign
- Throws:
org.eclipse.birt.core.exception.BirtException
-
startImage
- Throws:
org.eclipse.birt.core.exception.BirtException
-
startContent
- Throws:
org.eclipse.birt.core.exception.BirtException
-
endContent
- Throws:
org.eclipse.birt.core.exception.BirtException
-
startGroup
- Throws:
org.eclipse.birt.core.exception.BirtException
-
endGroup
- Throws:
org.eclipse.birt.core.exception.BirtException
-
startTableGroup
- Throws:
org.eclipse.birt.core.exception.BirtException
-
endTableGroup
- Throws:
org.eclipse.birt.core.exception.BirtException
-
startListGroup
- Throws:
org.eclipse.birt.core.exception.BirtException
-
endListGroup
- Throws:
org.eclipse.birt.core.exception.BirtException
-