|
|||||||||||
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. the auto text can only be used in this report. |
ICellContent |
createCellContent()
create a cell content. the content can only be used in this report. |
IContainerContent |
createContainerContent()
create a container content. the content can only be used in this report. |
IDataContent |
createDataContent()
create the data content. the data can only be used in this report. |
IDataContent |
createDataContent(IContent conent)
create the data content, copy the properties from the template content. |
IForeignContent |
createForeignContent()
create the foreign content. the foreign content can only be used in this report. |
IImageContent |
createImageContent()
create the image content. the image can only be used in this report. |
IImageContent |
createImageContent(IContent conent)
create the image content, copy the properties from the template content. |
ILabelContent |
createLabelContent()
create the label content. the label can only be used in this report. |
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. the page content can only be used in this report. |
IRowContent |
createRowContent()
create the row content. the row can only be used in this report. |
IStyle |
createStyle()
create a style. the style can only be used in this report. |
ITableBandContent |
createTableBandContent()
|
ITableContent |
createTableContent()
create an table content. the table content can only be used in this report. |
ITableGroupContent |
createTableGroupContent()
|
ITextContent |
createTextContent()
create the text content. the text can only be used in this report. |
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.css.engine.CSSEngine |
getCSSEngine()
get the css engien used by this content |
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.css.engine.CSSEngine getCSSEngine()
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 |