|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The object represents the report content as a whole.
Method Summary | |
IHyperlinkAction |
createActionContent()
create a anction content. |
IAutoTextContent |
createAutoTextContent()
create the auto text content. |
ICellContent |
createCellContent()
create a cell content. |
IContainerContent |
createContainerContent()
create a container content. |
IDataContent |
createDataContent()
create the data content. |
IDataContent |
createDataContent(IContent conent)
create the data content, copy the properties from the template content. |
IForeignContent |
createForeignContent()
create the foreign content. |
IImageContent |
createImageContent()
create the image content. |
IImageContent |
createImageContent(IContent conent)
create the image content, copy the properties from the template content. |
ILabelContent |
createLabelContent()
create the label content. |
ILabelContent |
createLabelContent(IContent conent)
create the label content, copy the properties from the template content. |
IListBandContent |
createListBandContent()
|
IListContent |
createListContent()
|
IListGroupContent |
createListGroupContent()
|
IPageContent |
createPageContent()
create a page content. |
IRowContent |
createRowContent()
create the row content. |
IStyle |
createStyle()
create a style. |
ITableBandContent |
createTableBandContent()
|
ITableContent |
createTableContent()
create an table content. |
ITableGroupContent |
createTableGroupContent()
|
ITextContent |
createTextContent()
create the text content. |
ITextContent |
createTextContent(IContent conent)
create the text content, copy the properties from the template content. |
IStyle |
findStyle(java.lang.String styleClass)
find the named style. |
IContent |
getContent(InstanceID id)
return the content in this report. |
org.eclipse.birt.report.engine.ir.Report |
getDesign()
get the report design used to create this report content. |
java.util.List |
getErrors()
get the error list which occurs in the generation. |
IPageContent |
getPageContent(long pageNumber)
The page content in the report content. |
IContent |
getRoot()
return root content |
TOCNode |
getTOC()
Deprecated. This method shoule be substituted by: getTOCTree( format, locale ).getTOCTree( ); |
ITOCTree |
getTOCTree(java.lang.String format,
com.ibm.icu.util.ULocale locale)
Gets the toc tree of this report content. |
long |
getTotalPage()
|
Method Detail |
public org.eclipse.birt.report.engine.ir.Report getDesign()
public java.util.List getErrors()
public TOCNode getTOC()
getTOCTree( format, locale ).getTOCTree( );
public ITOCTree getTOCTree(java.lang.String format, com.ibm.icu.util.ULocale locale)
public IContent getRoot()
public long getTotalPage()
public IPageContent getPageContent(long pageNumber)
pageNumber
- page number
public IContent getContent(InstanceID id)
id
- content id
public IStyle findStyle(java.lang.String styleClass)
styleClass
- style name.
public IHyperlinkAction createActionContent()
public IStyle createStyle()
public ICellContent createCellContent()
public IContainerContent createContainerContent()
public IPageContent createPageContent()
public ITableContent createTableContent()
public ITableGroupContent createTableGroupContent()
public ITableBandContent createTableBandContent()
public IListContent createListContent()
public IListGroupContent createListGroupContent()
public IListBandContent createListBandContent()
public IRowContent createRowContent()
public ITextContent createTextContent()
public ITextContent createTextContent(IContent conent)
public IForeignContent createForeignContent()
public IImageContent createImageContent()
public IImageContent createImageContent(IContent conent)
public ILabelContent createLabelContent()
public IAutoTextContent createAutoTextContent()
public ILabelContent createLabelContent(IContent conent)
public IDataContent createDataContent()
public IDataContent createDataContent(IContent conent)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |