Uses of Interface
org.eclipse.birt.report.engine.api.script.element.IHighlightRule
Packages that use IHighlightRule
Package
Description
Report element representations in the BIRT scripting environment.
-
Uses of IHighlightRule in org.eclipse.birt.report.engine.api.script.element
Methods in org.eclipse.birt.report.engine.api.script.element that return IHighlightRuleModifier and TypeMethodDescriptionIReportDesign.createHighLightRule()
CreateIHighLightRule
IScriptAPIFactory.createHighLightRule()
Deprecated.CreateIHighLightRule
ScriptAPIFactory.createHighLightRule()
Deprecated.static IHighlightRule
StructureScriptAPIFactory.createHighLightRule()
Deprecated.CreateIHighLightRule
IReportItem.getHighlightRules()
Gets all high light rules.IRow.getHighlightRules()
Gets all high light rules.Methods in org.eclipse.birt.report.engine.api.script.element with parameters of type IHighlightRuleModifier and TypeMethodDescriptionvoid
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.