Package | Description |
---|---|
org.eclipse.birt.report.model.api |
Tool-writer's interface for the BIRT design model
(also known as the "Design Engine.")
|
Modifier and Type | Method and Description |
---|---|
TOCHandle |
ReportItemHandleImpl.addTOC(java.lang.String expression)
Adds toc structure.
|
TOCHandle |
GroupHandle.addTOC(java.lang.String expression)
Adds toc structure.
|
TOCHandle |
ReportItemHandleImpl.addTOC(TOC toc)
Adds toc structure.
|
TOCHandle |
GroupHandle.addTOC(TOC toc)
Adds toc structure.
|
TOCHandle |
ReportItemHandleImpl.getTOC()
Gets TOC handle.
|
TOCHandle |
GroupHandle.getTOC()
Gets TOC handle.
|
Copyright © 2008 Actuate Corp. All rights reserved.