| 程序包 | 说明 |
|---|---|
| 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.emitter |
Defines the interfaces of report emitters, and also provides serval general
classes for emitters to output XML document, process hyperline, etc.
|
| org.eclipse.birt.report.engine.layout.pdf.emitter |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
IAutoTextContent
Provides the interfaces for the AutoText Content.
|
interface |
IDataContent
Provides the interface for the Data Content.
|
interface |
ILabelContent
Provides the interface for the Label Content.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ITextContent |
IReportContent.createTextContent()
create the text content. the text can only be used in this report.
|
ITextContent |
IReportContent.createTextContent(IContent conent)
create the text content, copy the properties from the template content.
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Object |
IContentVisitor.visitText(ITextContent text,
java.lang.Object value)
visit the text content object
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IContentEmitter.startText(ITextContent text) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IInlineStackingLayout.setTextIndent(ITextContent textContent) |
void |
InlineContainerLayout.setTextIndent(ITextContent content) |
void |
InlineStackingLayout.setTextIndent(ITextContent textContent) |
Copyright © 2008 Actuate Corp. All rights reserved.