| 程序包 | 说明 |
|---|---|
| org.eclipse.birt.report.engine.api |
This is an application-writer's interface for using the BIRT report engine.
|
| org.eclipse.birt.report.engine.content |
Defines interfaces of BIRT report items for Engine to pass from
executors to emitters.
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected TOCNode |
TOCNode.parent
the parent node
|
| 限定符和类型 | 方法和说明 |
|---|---|
TOCNode |
IReportDocument.findTOC(java.lang.String tocNodeId)
已过时。
Invoke following code instead:
|
TOCNode |
ITOCTree.findTOC(java.lang.String tocId)
Gets the TOCNode with the specified id.
|
TOCNode |
TOCNode.getParent() |
TOCNode |
ITOCTree.getRoot()
Gets the root node of a TOC tree.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TOCNode.setParent(TOCNode parent)
Set parent toc.
|
| 构造器和说明 |
|---|
TOCNode(TOCNode node)
Constructor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
TOCNode |
IReportContent.getTOC()
已过时。
This method shoule be substituted by:
getTOCTree( format, locale ).getTOCTree( ); |
Copyright © 2008 Actuate Corp. All rights reserved.