| 程序包 | 说明 |
|---|---|
| org.eclipse.birt.report.model.api |
Tool-writer's interface for the BIRT design model
(also known as the "Design Engine.")
|
| org.eclipse.birt.report.model.api.util |
Utility classes.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ReportDesignHandle |
DesignElementHandle.getDesignHandle()
已过时。
replaced by getModuleHandle()
|
| 限定符和类型 | 方法和说明 |
|---|---|
static ReportDesignHandle |
DocumentUtil.serialize(ReportDesignHandle designHandle,
java.io.OutputStream out)
Writes the report design to the given output stream.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
StyleUtil.addExtensionSelectors(ReportDesignHandle designHandle)
Adds selectors for extended elements to the report design.
|
static void |
ElementExportUtilImpl.exportDesign(ReportDesignHandle designToExport,
LibraryHandle targetLibraryHandle,
boolean canOverride,
boolean genDefaultName)
Exports one design to library.
|
static void |
ElementExportUtilImpl.exportDesign(ReportDesignHandle designToExport,
java.lang.String libraryFileName,
boolean canOverride,
boolean genDefaultName)
Export the report design to a library file specified by the file name.
|
static ReportDesignHandle |
DocumentUtil.serialize(ReportDesignHandle designHandle,
java.io.OutputStream out)
Writes the report design to the given output stream.
|
Copyright © 2008 Actuate Corp. All rights reserved.