| 程序包 | 说明 |
|---|---|
| org.eclipse.birt.report.model.api.extension |
Defines the fundamental interfaces for those extensions from the
reportitem extension point.
|
| org.eclipse.birt.report.model.api.impl | |
| org.eclipse.birt.report.model.api.simpleapi |
Report element representations in the BIRT simple API environment.
|
| 限定符和类型 | 方法和说明 |
|---|---|
IHighlightRule[] |
SimpleRowItem.getHighlightRules() |
IHighlightRule[] |
MultiRowItem.getHighlightRules() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SimpleRowItem.addHighlightRule(IHighlightRule rule) |
void |
MultiRowItem.addHighlightRule(IHighlightRule rule) |
void |
SimpleRowItem.removeHighlightRule(IHighlightRule rule) |
void |
MultiRowItem.removeHighlightRule(IHighlightRule rule) |
| 限定符和类型 | 方法和说明 |
|---|---|
IHighlightRule |
SimpleElementFactory.createHighlightRule() |
IHighlightRule |
SimpleElementFactory.createHighlightRule(HighlightRule highlightRule) |
IHighlightRule |
SimpleElementFactory.createHighlightRule(HighlightRuleHandle handle) |
| 限定符和类型 | 方法和说明 |
|---|---|
IHighlightRule |
ISimpleElementFactory.createHighlightRule()
Create
IHighlightRule instance |
IHighlightRule |
IReportDesign.createHighLightRule()
Create IHighLightRule
|
IHighlightRule |
ISimpleElementFactory.createHighlightRule(HighlightRule highlightRule)
Create
IHighlightRule instance |
IHighlightRule |
ISimpleElementFactory.createHighlightRule(HighlightRuleHandle handle)
Create
IHighlightRule instance |
IHighlightRule[] |
IRow.getHighlightRules()
Gets all high light rules.
|
IHighlightRule[] |
IReportItem.getHighlightRules()
Gets all high light rules.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IRow.addHighlightRule(IHighlightRule rule)
Adds high light rule.
|
void |
IReportItem.addHighlightRule(IHighlightRule rule)
Adds high light rule.
|
void |
IRow.removeHighlightRule(IHighlightRule rule)
Removes high light rule.
|
void |
IReportItem.removeHighlightRule(IHighlightRule rule)
Removes high light rule.
|
Copyright © 2008 Actuate Corp. All rights reserved.