| 程序包 | 说明 |
|---|---|
| org.eclipse.birt.report.engine.content |
Defines interfaces of BIRT report items for Engine to pass from
executors to emitters.
|
| org.eclipse.birt.report.engine.extension |
This package defines 3 key interfaces ---- IReportItemQuery, IReportItemGeneration,
and IReportItemPresentation ---- that are used to process an extended item
at query preparation, report generation and report rendering times.
|
| 限定符和类型 | 方法和说明 |
|---|---|
IStyle |
IReportContent.createStyle()
create a style. the style can only be used in this report.
|
IStyle |
IReportContent.findStyle(java.lang.String styleClass)
find the named style.
|
IStyle |
IStyledElement.getComputedStyle() |
IStyle |
IPageContent.getContentComputedStyle()
已过时。
use getPageBody().getComputedStyle()
|
IStyle |
IPageContent.getContentStyle()
已过时。
use getPageBody().getStyle()
|
IStyle |
IColumn.getInlineStyle() |
IStyle |
IContent.getInlineStyle() |
IStyle |
IStyledElement.getStyle() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IColumn.setInlineStyle(IStyle style) |
void |
IContent.setInlineStyle(IStyle style) |
void |
IStyle.setProperties(IStyle style) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IReportItemPresentation.setDynamicStyle(IStyle style)
已过时。
implement #init(IReportItemPresentationInfo) instead.
Set dynamic style.
|
Copyright © 2008 Actuate Corp. All rights reserved.