Package | Description |
---|---|
org.eclipse.birt.report.engine.api.script.element |
Report element representations in the BIRT scripting environment.
|
Modifier and Type | Method and Description |
---|---|
IHighlightRule |
IReportDesign.createHighLightRule()
Create
IHighLightRule |
IHighlightRule |
IScriptAPIFactory.createHighLightRule()
Deprecated.
Create
IHighLightRule |
IHighlightRule |
ScriptAPIFactory.createHighLightRule()
Deprecated.
|
static IHighlightRule |
StructureScriptAPIFactory.createHighLightRule()
Deprecated.
Create
IHighLightRule |
IHighlightRule[] |
IReportItem.getHighlightRules()
Gets all high light rules.
|
IHighlightRule[] |
IRow.getHighlightRules()
Gets all high light rules.
|
Modifier and Type | Method and Description |
---|---|
void |
IReportItem.addHighlightRule(IHighlightRule rule)
Adds high light rule.
|
void |
IRow.addHighlightRule(IHighlightRule rule)
Adds high light rule.
|
void |
IReportItem.removeHighlightRule(IHighlightRule rule)
Removes high light rule.
|
void |
IRow.removeHighlightRule(IHighlightRule rule)
Removes high light rule.
|
Copyright © 2008 Actuate Corp. All rights reserved.