|
|||||||||||
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. |
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. |
IPageContent |
createPageContent()
create a page content. |
IRowContent |
createRowContent()
create the row content. |
IStyle |
createStyle()
create a style. |
ITableBandContent |
createTableBody()
create the table body. |
ITableContent |
createTableContent()
create an table content. |
ITableBandContent |
createTableFooter()
create the table footer. |
ITableBandContent |
createTableHeader()
create the table header. |
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. |
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. |
TOCNode |
getTOC()
get the TOC structure constructed in the generation. |
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()
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 ITableBandContent createTableHeader()
public ITableBandContent createTableFooter()
public ITableBandContent createTableBody()
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 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 |